summaryrefslogtreecommitdiffstats
path: root/initramfs/initrd-stuff/init
diff options
context:
space:
mode:
authorMichael Janczyk2008-06-11 15:13:58 +0200
committerMichael Janczyk2008-06-11 15:13:58 +0200
commit0b0f0ae38ed5fe07a8182ddbc54856af315a0b4e (patch)
tree0f9cb109efa9a7e8187ccee981fd719612772aff /initramfs/initrd-stuff/init
parentfixed damaged patch (diff)
downloadcore-0b0f0ae38ed5fe07a8182ddbc54856af315a0b4e.tar.gz
core-0b0f0ae38ed5fe07a8182ddbc54856af315a0b4e.tar.xz
core-0b0f0ae38ed5fe07a8182ddbc54856af315a0b4e.zip
First release of a xen plugin. Only a few diskless corrections inside. Works only with clone and an already installed xen. Karnel has to be chosen manually yet... a solution for runlevellinks in plugins has to be found.
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1873 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/initrd-stuff/init')
-rwxr-xr-xinitramfs/initrd-stuff/init5
1 files changed, 2 insertions, 3 deletions
diff --git a/initramfs/initrd-stuff/init b/initramfs/initrd-stuff/init
index d016124b..123abc86 100755
--- a/initramfs/initrd-stuff/init
+++ b/initramfs/initrd-stuff/init
@@ -346,6 +346,8 @@ else
ip link show dev eth1 >/dev/null 2>&1 && error "$init_2eif" nonfatal
fi
+runinithook '10-have-nw-modules'
+
# set up loopback networking
[ $DEBUGLEVEL -eq 20 ] && echo "** starting ip config at $(sysup)"
ip link set dev lo up
@@ -354,9 +356,6 @@ ip link set dev $nwif up || error "$init_noeth"
macaddr=$(ip link show dev $nwif|sed -n "/ether [0-9e-f]\{2\}:.*/p" \
|sed -e "s/.*ether //;s/ .*//")
-# XEN bridge config
-[ -n "$xenbr" ] && xenbr_config
-
# analyze ip information from the kernel command line and put parts
# of it into several variables
if [ -n "$ipinfo" ] ; then