summaryrefslogtreecommitdiffstats
path: root/os-plugins
diff options
context:
space:
mode:
authorDirk von Suchodoletz2008-10-15 02:42:30 +0200
committerDirk von Suchodoletz2008-10-15 02:42:30 +0200
commit2c934cae16079e0f22e4f33991ebb276cfa28508 (patch)
tree11fc584a2f2d160345b9dd5f8e390ccbcd1e0ecb /os-plugins
parentFinally recreated proper bootsplash functionality with wrapped init-hooks (diff)
downloadcore-2c934cae16079e0f22e4f33991ebb276cfa28508.tar.gz
core-2c934cae16079e0f22e4f33991ebb276cfa28508.tar.xz
core-2c934cae16079e0f22e4f33991ebb276cfa28508.zip
Hint for changed behaviour for init-hooks in other scripts (see #259).
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2308 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins')
-rw-r--r--os-plugins/plugins/xen/init-hooks/10-have-nw-modules/xen.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/os-plugins/plugins/xen/init-hooks/10-have-nw-modules/xen.sh b/os-plugins/plugins/xen/init-hooks/10-have-nw-modules/xen.sh
index 321b6a06..35b4bb57 100644
--- a/os-plugins/plugins/xen/init-hooks/10-have-nw-modules/xen.sh
+++ b/os-plugins/plugins/xen/init-hooks/10-have-nw-modules/xen.sh
@@ -1,5 +1,7 @@
# configure Xen bridge xenbr0
-modprobe ${MODPRV} netloop
+# checkme/fixme: parts of the variables might be missing because of the new
+# inithook-wrapper, see ticket #259
+modprobe netloop
local ipls
local vifnum="0"
local bridge="xenbr${vifnum}"