diff options
-rw-r--r-- | packages/altboot/files/init.altboot | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/packages/altboot/files/init.altboot b/packages/altboot/files/init.altboot index 7304ee4da1..4d795ced42 100644 --- a/packages/altboot/files/init.altboot +++ b/packages/altboot/files/init.altboot @@ -163,7 +163,6 @@ run_timer() { echo -n "." >/dev/tty1 let cnt=$cnt+1 done - #umount /proc else launch_altboot=yes fi @@ -196,8 +195,7 @@ launch_selection() { #echo "[$file]" . $1/$file run "$file" >/dev/tty0 - echo "WARNING: Using failsafe shell" >/dev/tty0 - exec $SH_SHELL </dev/tty0 >/dev/tty0 2>&1 + die "WARNING: Using failsafe shell" >/dev/tty0 ;; esac |