From: Matthias Hentges Date: Sat, 28 Jan 2006 14:00:14 +0000 (+0000) Subject: altboot: Sync with .dev branch, no notable changes. X-Git-Tag: Release-2010-05/1~9453^2~2527 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e90cef05b0e718e07c060d85a2203c29a792ae9c;p=openembedded.git altboot: Sync with .dev branch, no notable changes. --- 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 2>&1 + die "WARNING: Using failsafe shell" >/dev/tty0 ;; esac