From 42afca10fa4df79e7dfd7ddfe4df21df82ac159c Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Sun, 3 Sep 2006 13:59:27 +0000 Subject: VMware environment: loopfile and mount will be placed in /etc/vmware now to avoid problems with nfs and unionfs. Cleanups in vmware-prep script. Introduced new debug level for script runtime calculation, see DebugLevel for further information. Code cleanups in major initramfs scripts, improved /tmp handling in hwautocfg and init ... Removed imgsrv variable (from machine-setup), just merged with the vmware variable (put the vmware image source here ...) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@352 95ad53e4-c205-0410-b2fa-d234c58c8868 --- vmware/runvmware | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vmware/runvmware') diff --git a/vmware/runvmware b/vmware/runvmware index 65aec286..c6b5d7f7 100755 --- a/vmware/runvmware +++ b/vmware/runvmware @@ -193,7 +193,7 @@ cdr_2_name="/dev/cdrom1" floppya="FALSE" floppyb="FALSE" # place for the virtual floppy "B:" -floppybname="/tmp/${clientip}-fd0.img" +floppybname="/etc/vmware/loopimg/fd1.img" # resolution hostres=$(xvidtune -show | grep -ve "^$") xres=$(echo "${hostres}" | awk '{print $3}') @@ -297,7 +297,7 @@ Image options: --include include code right before program start --displayaliases aliases you can use with option -a --floppya enable floppy disk - --floppyb use /tmp/loop0 as floppy B, + --floppyb use /etc/vmware/fd-loop as floppy B, needed for exchanging files w/ VMware VMware options: --run specify programm, e.g. vmware, vmplayer, ... -- cgit v1.2.3-55-g7522