diff options
author | Matthias Hentges <oe@hentges.net> | 2006-01-28 14:00:14 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-28 14:00:14 +0000 |
commit | e90cef05b0e718e07c060d85a2203c29a792ae9c (patch) | |
tree | d975e0690f92d08938a41b5b9fa9dd484c8b49a0 /packages/altboot/files | |
parent | 0b3c69fc7294502104396c9b1158f1019c37ed0c (diff) |
altboot: Sync with .dev branch, no notable changes.
Diffstat (limited to 'packages/altboot/files')
-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 |