From 28180ec35880ff148174afa5d2aff0fbb507f315 Mon Sep 17 00:00:00 2001 From: Michael Janczyk Date: Wed, 10 Jan 2007 18:49:14 +0000 Subject: 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 --- vmware/runvmware | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'vmware/runvmware') 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 , 18-03-2006 -# Michael Janczyk , 12-12-2006 +# Michael Janczyk , 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}') -- cgit v1.2.3-55-g7522