mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
Fix/misc 0.3.0.1 (#1366)
* add solution for os error 2 case * make awaiting result text blue * remove mask button on text inputs until proper solution implemented
This commit is contained in:
@@ -63,7 +63,8 @@ export class HomePage {
|
||||
this.error = {
|
||||
code: 2,
|
||||
problem: 'Filesystem I/O error.',
|
||||
solution: '',
|
||||
solution:
|
||||
'Repairing the disk could help resolve this issue. This will occur on a restart between the bep and chime. Please DO NOT unplug the drive or Embassy during this time or the situation will become worse.',
|
||||
details: error.data?.details,
|
||||
}
|
||||
// disk management error - disk needs repair
|
||||
|
||||
Reference in New Issue
Block a user