diff options
-rw-r--r-- | os-plugins/plugins/vmchooser/XX_vmchooser.sh | 6 | ||||
-rw-r--r-- | os-plugins/plugins/vmware/XX_vmware.sh | 7 |
2 files changed, 7 insertions, 6 deletions
diff --git a/os-plugins/plugins/vmchooser/XX_vmchooser.sh b/os-plugins/plugins/vmchooser/XX_vmchooser.sh index 972683ca..59af5e8e 100644 --- a/os-plugins/plugins/vmchooser/XX_vmchooser.sh +++ b/os-plugins/plugins/vmchooser/XX_vmchooser.sh @@ -24,7 +24,11 @@ if [ -e $CONFFILE ]; then /mnt/etc/X11/sessions/ testmkd /mnt/etc/opt/openslx cp $CONFFILE /mnt/etc/opt/openslx/vmchooser-stage3.conf - + + testmkd /mnt/var/X11R6/bin + cp /mnt/opt/openslx/plugin-repo/vmchooser/run-virt.sh \ + /mnt/var/X11R6/bin + # setup all generic virtualization / starting stuff like the floppy image testmkd /mnt/var/lib/virt/vmchooser/fd-loop 1777 testmkd /mnt/var/lib/virt/vmchooser/loopimg diff --git a/os-plugins/plugins/vmware/XX_vmware.sh b/os-plugins/plugins/vmware/XX_vmware.sh index 60c0fc66..6aa520a2 100644 --- a/os-plugins/plugins/vmware/XX_vmware.sh +++ b/os-plugins/plugins/vmware/XX_vmware.sh @@ -216,12 +216,9 @@ $(ipcalc -m $vmip/$vmpx|sed s/.*=//) {" \ # copy version depending files - the vmchooser expects for every virtua- # lization plugin a file named after it (here run-vmware.include) testmkd /mnt/etc/opt/openslx - cp /mnt/opt/openslx/plugin-repo/vmware/${vmware_kind}/run-virt.include \ + cp /mnt/opt/openslx/plugin-repo/vmware/run-virt.include \ /mnt/etc/opt/openslx/run-vmware.include - # copy version depending files (old style) - cp /mnt/opt/openslx/plugin-repo/vmware/${vmware_kind}/runvmware \ - /mnt/var/X11R6/bin/run-vmware.sh - chmod 755 /mnt/var/X11R6/bin/run-vmware.sh + # copy version depending files cp /mnt/opt/openslx/plugin-repo/vmware/${vmware_kind}/vmplayer \ /mnt/var/X11R6/bin/vmplayer if [ -e /mnt/opt/openslx/plugin-repo/vmware/${vmware_kind}/vmware ]; then |