summaryrefslogtreecommitdiffstats
path: root/vmware
diff options
context:
space:
mode:
authorMichael Janczyk2007-01-10 19:49:14 +0100
committerMichael Janczyk2007-01-10 19:49:14 +0100
commit28180ec35880ff148174afa5d2aff0fbb507f315 (patch)
tree1501a2e5e131f035c3ad38f10556a1e618d4b611 /vmware
parentBusybox is now properly named for the two supported architectures: i386 (diff)
downloadcore-28180ec35880ff148174afa5d2aff0fbb507f315.tar.gz
core-28180ec35880ff148174afa5d2aff0fbb507f315.tar.xz
core-28180ec35880ff148174afa5d2aff0fbb507f315.zip
runvamwre: path variable added and floppy image ranamed.
nvram: now with 'winterzeit' dhcpmkconfig: DEBUGLEVEL unset, so that the DEBUGLEVEL doesn't change for no reason during boot servconfig: sed expression changed to work with busybox git-svn-id: http://svn.openslx.org/svn/openslx/trunk@610 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'vmware')
-rw-r--r--vmware/nvram.5.0bin8664 -> 8664 bytes
-rwxr-xr-xvmware/runvmware9
2 files changed, 5 insertions, 4 deletions
diff --git a/vmware/nvram.5.0 b/vmware/nvram.5.0
index a4506b1d..85125f1e 100644
--- a/vmware/nvram.5.0
+++ b/vmware/nvram.5.0
Binary files differ
diff --git a/vmware/runvmware b/vmware/runvmware
index bda1ed11..819e7777 100755
--- a/vmware/runvmware
+++ b/vmware/runvmware
@@ -4,17 +4,18 @@
# X Stations and interactive session chooser (v4)
#
# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 18-03-2006
-# Michael Janczyk <mj0@uni-freiburg.de>, 12-12-2006
+# Michael Janczyk <mj0@uni-freiburg.de>, 10-01-2007
# Copyright: (c) 2003, 2006 - RZ Universitaet Freiburg
#
-# Version: 0.16.531
+# Version: 0.16.610
#
################################################################################
-### VERBOSE? ###################################################################
+### VERBOSE?/PATH ##############################################################
# set verbose mode (set -x(v))
#set -xv
+export PATH="${PATH}:/var/X11R6/bin:/usr/X11R6/bin"
### HEADER SECTION #############################################################
@@ -179,7 +180,7 @@ cdr_2_name="/dev/cdrom1"
floppya="FALSE"
floppyb="FALSE"
# place for the virtual floppy "B:"
-floppybname="/etc/vmware/loopimg/fd1.img"
+floppybname="/etc/vmware/loopimg/fd.img"
# resolution
hostres=$(xvidtune -show 2>/dev/null| grep -ve "^$")
xres=$(echo "${hostres}" | awk '{print $3}')