From 7ecc692a5ee552fe9a8d28b21930d8a30f7ab9ae Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Wed, 4 Mar 2009 18:01:20 +0000 Subject: Fix for transportation of init variables into hooks and back again. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2667 95ad53e4-c205-0410-b2fa-d234c58c8868 --- initramfs/stage3-stuff/etc/functions | 1 + 1 file changed, 1 insertion(+) (limited to 'initramfs/stage3-stuff/etc/functions') diff --git a/initramfs/stage3-stuff/etc/functions b/initramfs/stage3-stuff/etc/functions index 88f661a3..f28dba32 100644 --- a/initramfs/stage3-stuff/etc/functions +++ b/initramfs/stage3-stuff/etc/functions @@ -536,6 +536,7 @@ if [ -d /etc/init-hooks/$hook ]; then for hook_script in /etc/init-hooks/$hook/*.sh; do if [ -e $hook_script ]; then /bin/init-wrapper $hook_script $DEBUGLEVEL + . /tmp/env/wrapper.env fi done fi -- cgit v1.2.3-55-g7522