summaryrefslogtreecommitdiffstats
path: root/initramfs/stage3-stuff/etc/functions
diff options
context:
space:
mode:
authorDirk von Suchodoletz2009-03-04 19:01:20 +0100
committerDirk von Suchodoletz2009-03-04 19:01:20 +0100
commit7ecc692a5ee552fe9a8d28b21930d8a30f7ab9ae (patch)
tree580a5d5a796bbd0a339e5b2a3ea97454ce35c4bd /initramfs/stage3-stuff/etc/functions
parentSmall fixes for the bridge configuration. Automatic adding of the bridge (diff)
downloadcore-7ecc692a5ee552fe9a8d28b21930d8a30f7ab9ae.tar.gz
core-7ecc692a5ee552fe9a8d28b21930d8a30f7ab9ae.tar.xz
core-7ecc692a5ee552fe9a8d28b21930d8a30f7ab9ae.zip
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
Diffstat (limited to 'initramfs/stage3-stuff/etc/functions')
-rw-r--r--initramfs/stage3-stuff/etc/functions1
1 files changed, 1 insertions, 0 deletions
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