summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Uhrig2007-04-04 11:12:02 +0200
committerVolker Uhrig2007-04-04 11:12:02 +0200
commit86c7a684f76a1b7534e196d7c2fa85d0ad208795 (patch)
tree3deb6d331601cf583c55dcfcfd0fb8d8d33640ee
parentGeplante ueberarbeitete Virtualisierungsloesung. Noch nicht nutzbar! (diff)
downloadcore-86c7a684f76a1b7534e196d7c2fa85d0ad208795.tar.gz
core-86c7a684f76a1b7534e196d7c2fa85d0ad208795.tar.xz
core-86c7a684f76a1b7534e196d7c2fa85d0ad208795.zip
Neue kommentierte Vorlange hinzugefuegt
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@860 95ad53e4-c205-0410-b2fa-d234c58c8868
-rwxr-xr-xvirtualisierung/templates/Vorlage_VMwareImageAdministrator.xml39
1 files changed, 39 insertions, 0 deletions
diff --git a/virtualisierung/templates/Vorlage_VMwareImageAdministrator.xml b/virtualisierung/templates/Vorlage_VMwareImageAdministrator.xml
new file mode 100755
index 00000000..b076e36a
--- /dev/null
+++ b/virtualisierung/templates/Vorlage_VMwareImageAdministrator.xml
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="utf-8"?>
+<settings>
+ <eintrag>
+ # Imagename ohne .vmdk
+ <image_name param="Vorlage_VMwareImageAdministrator.vmdk">
+ </image_name>
+ # Information of the image creator
+ <creator param="Your Name">
+ </creator>
+ <email param="your@email.address.tld">
+ </email>
+ <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>
+ # Define long description shown when the Image is chosen
+ <long_description param="">
+ </long_description>
+ #os running in vmware, needed for vmware config file
+ <os param="Windows XP">
+ </os>
+ # Network nat or bridged?
+ <network param="nat">
+ </network>
+ # values: vmware or virtualbox
+ <virtualmachine param="vmware">
+ </virtualmachine>
+ #Description: Should the current image in use? if yes value is "true"
+ <active param="true">
+ </active>
+ #Description: where should the current image be used? in the past slxgrp
+ <pools param="default chemie">
+ </pools>
+ #Description: as xdm menu? If yes "true", else "false"
+ <xdm param="xdm">
+ </xdm>
+ </eintrag>
+</settings>