summaryrefslogtreecommitdiffstats
path: root/os-plugins
diff options
context:
space:
mode:
authorVolker Uhrig2008-02-17 03:29:39 +0100
committerVolker Uhrig2008-02-17 03:29:39 +0100
commit84e8601526522d321f79045d50ebe2b9aad010ae (patch)
tree7906b114e8b68f3926d9dd2b9b38a8fbec837cb9 /os-plugins
parent* cleaned up code (diff)
downloadcore-84e8601526522d321f79045d50ebe2b9aad010ae.tar.gz
core-84e8601526522d321f79045d50ebe2b9aad010ae.tar.xz
core-84e8601526522d321f79045d50ebe2b9aad010ae.zip
* deleted debug lines
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1554 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins')
-rw-r--r--os-plugins/plugins/vmware/XX_vmware.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/os-plugins/plugins/vmware/XX_vmware.sh b/os-plugins/plugins/vmware/XX_vmware.sh
index 741bc013..f58b6004 100644
--- a/os-plugins/plugins/vmware/XX_vmware.sh
+++ b/os-plugins/plugins/vmware/XX_vmware.sh
@@ -126,16 +126,10 @@ if [ -e /initramfs/plugin-conf/vmware.conf ]; then
# copy dhcpd.conf and nat for vmnet8 (nat)
# fixme: It should be possible to start just one vmware dhcp which should
# listen to both interfaces vmnet1 and vmnet8 ...
- echo " * DEBUG:"
- ls /mnt/opt/openslx/plugin-repo/vmware/
- echo " * DEBUG2:"
- ls /mnt/etc/vmware/vmnet8/{nat,dhcpd}
cp /mnt/opt/openslx/plugin-repo/vmware/dhcpd.conf \
/mnt/etc/vmware/vmnet8/dhcpd 2>/dev/null
cp /mnt/opt/openslx/plugin-repo/vmware/nat.conf \
/mnt/etc/vmware/vmnet8/nat 2>/dev/null
- echo " * DEBUG3:"
- ls /mnt/etc/vmware/vmnet8/{nat,dhcp}
# TODO: perhaps we can a) kick out vmdir
# b) configure vmdir by plugin configuration