summaryrefslogtreecommitdiffstats
path: root/initrd
diff options
context:
space:
mode:
authorMichael Janczyk2006-04-06 04:28:14 +0200
committerMichael Janczyk2006-04-06 04:28:14 +0200
commit7445146c911842246d28c3cd81af2877e137026e (patch)
tree5ae1db9e07909400be1f2fbf4545478d1ed80130 /initrd
parentsome fixes and addons ... (diff)
downloadcore-7445146c911842246d28c3cd81af2877e137026e.tar.gz
core-7445146c911842246d28c3cd81af2877e137026e.tar.xz
core-7445146c911842246d28c3cd81af2877e137026e.zip
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 <file> 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
Diffstat (limited to 'initrd')
-rw-r--r--initrd/initrd-stuff/etc/vmware-prep4
1 files changed, 3 insertions, 1 deletions
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 <mj0@uni-freiburg.de>, 23-03-2006
+# Author(s): Michael Janczyk <mj0@uni-freiburg.de>, 04-04-2006
# Dirk von Suchodoletz <dirk@goe.net>, 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
}