summaryrefslogtreecommitdiffstats
path: root/initramfs/stage3-stuff/etc/functions
diff options
context:
space:
mode:
authorDirk von Suchodoletz2010-08-22 15:00:30 +0200
committerDirk von Suchodoletz2010-08-22 15:00:30 +0200
commit17eaa959a1a3604e8d7a9050fb1b4a99b08a3643 (patch)
treef7b5e37e341b9cf7215235078db30644a300610f /initramfs/stage3-stuff/etc/functions
parentMerge branch 'master' of openslx.org:openslx/core (diff)
downloadcore-17eaa959a1a3604e8d7a9050fb1b4a99b08a3643.tar.gz
core-17eaa959a1a3604e8d7a9050fb1b4a99b08a3643.tar.xz
core-17eaa959a1a3604e8d7a9050fb1b4a99b08a3643.zip
Missed ash's ...
Diffstat (limited to 'initramfs/stage3-stuff/etc/functions')
-rw-r--r--initramfs/stage3-stuff/etc/functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/initramfs/stage3-stuff/etc/functions b/initramfs/stage3-stuff/etc/functions
index f9ad22ae..3985bd57 100644
--- a/initramfs/stage3-stuff/etc/functions
+++ b/initramfs/stage3-stuff/etc/functions
@@ -45,7 +45,7 @@ if [ -n "$2" ] ; then
[ "$DEBUGLEVEL" -gt 2 -a "$DEBUGLEVEL" != 8 ] && usleep 10
else
echo -e "${error_msg}${e_msg}${error_shell}"
- /bin/ash
+ /bin/sh
echo -n "Reboot now? [y] (nothing happens here at the moment)"
exec < /dev/console > /dev/console
#input="y"