Skip to content
Snippets Groups Projects
Commit a39ac242 authored by John Crispin's avatar John Crispin
Browse files

base-files: fix some failsafe issues


* if the shell was closed booting continued

Signed-off-by: default avatarJohn Crispin <john@phrozen.org>
parent 5dc80cbc
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@ failsafe_shell() {
lock /tmp/.failsafe
ash --login
echo "Please reboot system when done with failsafe network logins"
while true; do sleep 1; done
}
boot_hook_add failsafe failsafe_netlogin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment