diff options
Diffstat (limited to 'remote/modules')
| -rwxr-xr-x | remote/modules/vmchooser/data/etc/openslx/vmchooser/vmchooser-env | 8 | ||||
| -rw-r--r-- | remote/modules/vmplayer/data/etc/a.out | 0 | ||||
| -rwxr-xr-x | remote/modules/vmplayer/data/etc/openslx/vmware/vmware-env | 3 |
3 files changed, 2 insertions, 9 deletions
diff --git a/remote/modules/vmchooser/data/etc/openslx/vmchooser/vmchooser-env b/remote/modules/vmchooser/data/etc/openslx/vmchooser/vmchooser-env index c4d99d6d..4bdf63c3 100755 --- a/remote/modules/vmchooser/data/etc/openslx/vmchooser/vmchooser-env +++ b/remote/modules/vmchooser/data/etc/openslx/vmchooser/vmchooser-env @@ -16,14 +16,6 @@ VMCHOOSER_CONF_DIR=/etc/openslx/vmchooser mkdir -p ${VMCHOOSER_CONF_DIR}/loopimg mkdir -p ${VMCHOOSER_CONF_DIR}/fd-loop -m 1777 -# setup all generic virtualization / starting stuff like the floppy image -# loop file for exchanging information between linux and vm guest -if modprobe loop; then - mdev -s -else - : #|| error "" nonfatal -fi - # mount a clean tempfs (bug in UnionFS prevents loopmount to work) grep -qE "unionfs |aufs " /proc/mounts && \ mount -n -o size=1500k -t tmpfs vm-loopimg ${VMCHOOSER_CONF_DIR}/loopimg diff --git a/remote/modules/vmplayer/data/etc/a.out b/remote/modules/vmplayer/data/etc/a.out new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/remote/modules/vmplayer/data/etc/a.out 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 |
