summaryrefslogtreecommitdiffstats
path: root/initramfs/stage3-stuff/bin/servconfig
diff options
context:
space:
mode:
authorSebastian Schmelzer2008-10-15 13:49:56 +0200
committerSebastian Schmelzer2008-10-15 13:49:56 +0200
commit308b1b0818341cf711810c0e123e41624081dd2b (patch)
tree6efa8708f8880d45865ec6f37bc0255b4b58db92 /initramfs/stage3-stuff/bin/servconfig
parent* due of the plugin system, virtualization folder became (diff)
downloadcore-308b1b0818341cf711810c0e123e41624081dd2b.tar.gz
core-308b1b0818341cf711810c0e123e41624081dd2b.tar.xz
core-308b1b0818341cf711810c0e123e41624081dd2b.zip
* include plugin variables
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2316 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/stage3-stuff/bin/servconfig')
-rwxr-xr-xinitramfs/stage3-stuff/bin/servconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/initramfs/stage3-stuff/bin/servconfig b/initramfs/stage3-stuff/bin/servconfig
index c6b6fee7..1387c290 100755
--- a/initramfs/stage3-stuff/bin/servconfig
+++ b/initramfs/stage3-stuff/bin/servconfig
@@ -26,6 +26,9 @@
. /etc/distro-functions
. /etc/slxsystem.conf
+# load variables defined by plugins
+[ -f /tmp/env/wrapper.env ] . /tmp/env/wrapper.env
+
# script run timer
[ $DEBUGLEVEL -eq 8 ] && echo "** SW setup started at $(sysup)"