diff options
| author | Jonathan Bauer | 2013-06-06 12:38:27 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2013-06-06 12:38:27 +0200 |
| commit | dff7783656964875b5fc62dcec47a0f957ebc7fe (patch) | |
| tree | d0e7fd6e76e9c593933bc747d40fea7e57e8823c /remote/modules/vmplayer/data | |
| parent | [kernel] fix usb input devices in stage31 (diff) | |
| parent | [setup_network] Rename vars (diff) | |
| download | tm-scripts-dff7783656964875b5fc62dcec47a0f957ebc7fe.tar.gz tm-scripts-dff7783656964875b5fc62dcec47a0f957ebc7fe.tar.xz tm-scripts-dff7783656964875b5fc62dcec47a0f957ebc7fe.zip | |
Merge branch 'master' of git:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules/vmplayer/data')
| -rwxr-xr-x | remote/modules/vmplayer/data/etc/openslx/vmware/vmware-env | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/remote/modules/vmplayer/data/etc/openslx/vmware/vmware-env b/remote/modules/vmplayer/data/etc/openslx/vmware/vmware-env index f1f52040..d35e7635 100755 --- a/remote/modules/vmplayer/data/etc/openslx/vmware/vmware-env +++ b/remote/modules/vmplayer/data/etc/openslx/vmware/vmware-env @@ -27,7 +27,7 @@ vm_dhcpd() { [ -n "${wpad}" ] && wpad_config="option wpad ${wpad}" # configuring dhcpd stub for virtual networks - cat > ${VMWARE_CONF_DIR}/udhcpd.conf << EOF +cat > ${VMWARE_CONF_DIR}/udhcpd.conf << EOF # general udhcpd configuration file for virtual machines written by $0 # start and end of the IP lease block @@ -235,6 +235,7 @@ vmblock () { case "$1" in start) #start: defines start function for initscript + vm_dhcpd setup_network # adapt_tmpfs # hack to access the first serial/parallel port |
