summaryrefslogtreecommitdiffstats
path: root/initramfs
diff options
context:
space:
mode:
Diffstat (limited to 'initramfs')
-rw-r--r--initramfs/stage3-stuff/etc/functions2
-rwxr-xr-xinitramfs/stage3-stuff/init2
2 files changed, 2 insertions, 2 deletions
diff --git a/initramfs/stage3-stuff/etc/functions b/initramfs/stage3-stuff/etc/functions
index 9e308b7d..5bcd187d 100644
--- a/initramfs/stage3-stuff/etc/functions
+++ b/initramfs/stage3-stuff/etc/functions
@@ -542,7 +542,7 @@ if [ -d /etc/init-hooks/$hook ]; then
if [ -e $hook_script ]; then
[ $DEBUGLEVEL -eq 15 ] \
&& sed '/^#!/ a\\set -x' -i $hook_script
- init-wrapper $hook_script
+ /bin/init-wrapper $hook_script
fi
done
fi
diff --git a/initramfs/stage3-stuff/init b/initramfs/stage3-stuff/init
index f1e1eb5a..3e5e6920 100755
--- a/initramfs/stage3-stuff/init
+++ b/initramfs/stage3-stuff/init
@@ -314,7 +314,7 @@ runinithook '05-have-kernelvars'
# fixme: not the proper way to set this variable, needed due to wrapper
# script switching (avoid slx-init crashes because of faulty init-hook
# scripts)
-[ -e /tmp/bootsplash ] && D_SPLASHY=splashy.stop
+[ -e /tmp/bootsplash ] && export D_SPLASHY=splashy.stop
# at this point a timer should be started to ensure an automated reboot
# or halt of the machine if SLX init does not succeed (e.g. missing kernel