summaryrefslogtreecommitdiffstats
path: root/virtualization
diff options
context:
space:
mode:
authorDirk von Suchodoletz2007-10-14 01:16:00 +0200
committerDirk von Suchodoletz2007-10-14 01:16:00 +0200
commit253c203e653ba4e1dd4119777451efa7e82fc504 (patch)
tree874a6dc46d057f2b0866c03032ccbbb586c37415 /virtualization
parent... on the way to ... (diff)
downloadcore-253c203e653ba4e1dd4119777451efa7e82fc504.tar.gz
core-253c203e653ba4e1dd4119777451efa7e82fc504.tar.xz
core-253c203e653ba4e1dd4119777451efa7e82fc504.zip
Show that dubios *.vmem file (otherwise it is created too, but simply not
visible). The preferences file of vmplayer should contain "true" instead of TRUE ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1380 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'virtualization')
-rwxr-xr-xvirtualization/templates/Vorlage_VMwareImageAdministrator.xml2
-rw-r--r--virtualization/templates/runvmware-v214
2 files changed, 8 insertions, 8 deletions
diff --git a/virtualization/templates/Vorlage_VMwareImageAdministrator.xml b/virtualization/templates/Vorlage_VMwareImageAdministrator.xml
index 4c21f3a9..e58d829b 100755
--- a/virtualization/templates/Vorlage_VMwareImageAdministrator.xml
+++ b/virtualization/templates/Vorlage_VMwareImageAdministrator.xml
@@ -12,7 +12,7 @@
<phone param="---">
</phone>
# Short description, shown in the menu
- <short_description param="Diese Image dient Ihnen als Vorlage für Ihre Installationen. Laden Sie es auf Ihre lokale Festplatte und installieren Sie Ihre Programme!">
+ <short_description param="Vorlagen-Image">
</short_description>
# Define long description shown when the Image is chosen
<long_description param="Diese Image dient Ihnen als Vorlage für Ihre Installationen. Laden Sie es auf Ihre lokale Festplatte und installieren Sie Ihre Programme!">
diff --git a/virtualization/templates/runvmware-v2 b/virtualization/templates/runvmware-v2
index 07cf395b..4e79e2fc 100644
--- a/virtualization/templates/runvmware-v2
+++ b/virtualization/templates/runvmware-v2
@@ -296,7 +296,7 @@ runvmwareconfheader ()
###### misc ##################################################################
tmpDirectory = \"${tmpdir}\"
- mainMem.useNamedFile = \"FALSE\"
+ mainMem.useNamedFile = \"TRUE\"
snapshot.disabled = \"TRUE\"
tools.syncTime = \"TRUE\"
redoLogDir = \"${tmpdir}\"
@@ -335,13 +335,13 @@ preferencesheader ()
###### tmpDirectory = /nfs-viel-platz und darin wird dann vmware-\$user ######
###### angelegt. ######
- hints.hideAll = \"TRUE\"
- pref.exchangeSelections = \"TRUE\"
- pref.hotkey.shift = \"TRUE\"
- pref.tip.startup = \"FALSE\"
+ hints.hideAll = \"true\"
+ pref.exchangeSelections = \"true\"
+ pref.hotkey.shift = \"true\"
+ pref.tip.startup = \"false\"
pref.vmplayer.exit.vmAction = \"poweroff\"
- pref.vmplayer.fullscreen.autohide = \"TRUE\"
- pref.vmplayer.webUpdateOnStartup = \"FALSE\"
+ pref.vmplayer.fullscreen.autohide = \"true\"
+ pref.vmplayer.webUpdateOnStartup = \"false\"
prefvmx.defaultVMPath = \"${vmhome}\"
prefvmx.mru.config = \"${confile}:\"
tmpDirectory = \"${tmpdir}\"