summaryrefslogtreecommitdiffstats
path: root/initramfs
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
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')
-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"