summaryrefslogtreecommitdiffstats
path: root/initramfs
diff options
context:
space:
mode:
Diffstat (limited to 'initramfs')
-rwxr-xr-xinitramfs/stage3-stuff/bin/init-wrapper4
-rw-r--r--initramfs/stage3-stuff/etc/functions2
2 files changed, 3 insertions, 3 deletions
diff --git a/initramfs/stage3-stuff/bin/init-wrapper b/initramfs/stage3-stuff/bin/init-wrapper
index c66e6c92..57fcb8a0 100755
--- a/initramfs/stage3-stuff/bin/init-wrapper
+++ b/initramfs/stage3-stuff/bin/init-wrapper
@@ -1,5 +1,5 @@
-#!/bin/ash
-# Copyright (c) 2006..2009 - OpenSLX GmbH
+#!/bin/sh
+# Copyright (c) 2006..2010 - OpenSLX GmbH
#
# This program is free software distributed under the GPL version 2.
# See http://openslx.org/COPYING
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"