summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/vmware/OpenSLX/Distro/Debian.pm
diff options
context:
space:
mode:
authorVolker Uhrig2008-04-14 18:44:55 +0200
committerVolker Uhrig2008-04-14 18:44:55 +0200
commit4abfe807ab8ffefef0d839b461bc34c7972c9a7b (patch)
tree61eef327ca0c0d4d196c175cafdb5551b688dee6 /os-plugins/plugins/vmware/OpenSLX/Distro/Debian.pm
parentCommenting "in" a variable declaration got the vmchooser plugin working (diff)
downloadcore-4abfe807ab8ffefef0d839b461bc34c7972c9a7b.tar.gz
core-4abfe807ab8ffefef0d839b461bc34c7972c9a7b.tar.xz
core-4abfe807ab8ffefef0d839b461bc34c7972c9a7b.zip
* setup missing vmnet8 device
* currently no changes for vmnet0 device, VMware start skript is not setting up one, too git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1739 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/vmware/OpenSLX/Distro/Debian.pm')
-rw-r--r--os-plugins/plugins/vmware/OpenSLX/Distro/Debian.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/os-plugins/plugins/vmware/OpenSLX/Distro/Debian.pm b/os-plugins/plugins/vmware/OpenSLX/Distro/Debian.pm
index 43add481..c10eac6d 100644
--- a/os-plugins/plugins/vmware/OpenSLX/Distro/Debian.pm
+++ b/os-plugins/plugins/vmware/OpenSLX/Distro/Debian.pm
@@ -96,6 +96,8 @@ sub fillRunlevelScript
# we don't need the following test. It's handled by
# XX_vmware.sh
#test -c /dev/vmnet8 || mknod c 119 8 /dev/vmnet8
+ $location/vmnet-netifup -d /var/run/vmnet-netifup-vmnet8.pid \\
+ /dev/vmnet8 vmnet8
# /etc/vmware/vmnet-natd-8.mac simply contains a mac like 00:50:56:F1:30:50
$location/vmnet-natd -d /var/run/vmnet-natd-8.pid \\
-m /etc/vmware/vmnet-natd-8.mac -c /etc/vmware/nat.conf