From 7445146c911842246d28c3cd81af2877e137026e Mon Sep 17 00:00:00 2001 From: Michael Janczyk Date: Thu, 6 Apr 2006 02:28:14 +0000 Subject: 3.4: runvmware: computername param added to config.xml ld4: ostype: new file with vmware ostype to use with runvmware alias: new file for aliases to use with vmware defaults: default command line options for runvmware win98config: config file for import in runvmware winconfig: resolution, computername, username, for import with runvmware vmware-prep: chmod 755 runvmware added after copy runvmware: new runvmware, few things outsourced (see above) new options: --floppyb --import new Xdialog menu reads from .desktop files changed for ld4 (dirs,etc...) git-svn-id: http://svn.openslx.org/svn/openslx/ld4@166 95ad53e4-c205-0410-b2fa-d234c58c8868 --- initrd/initrd-stuff/etc/vmware-prep | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'initrd') diff --git a/initrd/initrd-stuff/etc/vmware-prep b/initrd/initrd-stuff/etc/vmware-prep index c7cd90dc..874dc360 100644 --- a/initrd/initrd-stuff/etc/vmware-prep +++ b/initrd/initrd-stuff/etc/vmware-prep @@ -5,7 +5,7 @@ # environment. Start and stop functionality is added within # initial ramdisk # -# Author(s): Michael Janczyk , 23-03-2006 +# Author(s): Michael Janczyk , 04-04-2006 # Dirk von Suchodoletz , 25-03-2006 # Copyright: (c) 2003, 2006 - RZ Universitaet Freiburg # @@ -63,11 +63,13 @@ Xpath () { path="/usr/X11R6/bin" cp ${vmdir}/templ/runvmware \ /usr/X11R6/bin + chmod 755 /usr/X11R6/bin/runvmware >/dev/null 2>&1 else path="/var/X11R6/bin" test -d /var/X11R6/bin || mkdir -p /var/X11R6/bin cp ${vmdir}/templ/runvmware \ /var/X11R6/bin + chmod 755 /var1R6/bin/runvmware >/dev/null 2>&1 fi } -- cgit v1.2.3-55-g7522