summaryrefslogtreecommitdiffstats
path: root/vmware/winconfig
diff options
context:
space:
mode:
authorDirk von Suchodoletz2006-09-03 15:59:27 +0200
committerDirk von Suchodoletz2006-09-03 15:59:27 +0200
commit42afca10fa4df79e7dfd7ddfe4df21df82ac159c (patch)
tree325bcad9dcccee0faea4ca88cf135e9c6a2ec07b /vmware/winconfig
parentMore cleanups in servconfig ... (diff)
downloadcore-42afca10fa4df79e7dfd7ddfe4df21df82ac159c.tar.gz
core-42afca10fa4df79e7dfd7ddfe4df21df82ac159c.tar.xz
core-42afca10fa4df79e7dfd7ddfe4df21df82ac159c.zip
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
Diffstat (limited to 'vmware/winconfig')
-rw-r--r--vmware/winconfig15
1 files changed, 1 insertions, 14 deletions
diff --git a/vmware/winconfig b/vmware/winconfig
index 676fe141..84ccf482 100644
--- a/vmware/winconfig
+++ b/vmware/winconfig
@@ -3,19 +3,6 @@
#
# create Windows config file
-
-# NO LONGER NEEDED !!!!!
-# definition of some resolution variables
-#hostres=$(xvidtune -show | grep -ve "^$")
-#x_param=$(echo "${hostres}" | awk '{print $3}')
-#y_param=$(echo "${hostres}" | awk '{print $7}')
-#resolution="
-# <resolution_x param=\"${x_param}\">\r
-# </resolution_x>\r
-# <resolution_y param=\"${y_param}\">\r
-# </resolution_y>\r"
-
-
# VMplayer does not need resolution change
#if [ `which vmplayer 2>/dev/null` ] && [ -z "${vmrun}" ] \
# || [ "${vmrun}" = "vmplayer" ]; then
@@ -34,6 +21,6 @@ echo -e "<?xml version=\"1.0\" encoding=\"utf-8\"?>\r
</username>
</eintrag>\r
</settings>\r" \
-> /tmp/loop0/config.xml
+> /etc/vmware/fd-loop/config.xml
sync