You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: recover_fs/index.html
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -42,17 +42,21 @@
42
42
return;
43
43
}
44
44
45
-
if(confirm("Are you sure you want to reset the bootloader file /boot/init? This will clear your choice of init system but retains your files.")){
46
-
// delete /boot/init from opfs
45
+
if(confirm("Are you sure you want to reset the bootloader? This will clear your choice of init system, boot target, and default shell but retains your files.")){
46
+
// delete /boot/init, /etc/boot_target and /etc/default_shell
0 commit comments