summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/vmware/files/Vorlage_VMwareImageAdministrator.xml
diff options
context:
space:
mode:
Diffstat (limited to 'os-plugins/plugins/vmware/files/Vorlage_VMwareImageAdministrator.xml')
-rwxr-xr-xos-plugins/plugins/vmware/files/Vorlage_VMwareImageAdministrator.xml43
1 files changed, 43 insertions, 0 deletions
diff --git a/os-plugins/plugins/vmware/files/Vorlage_VMwareImageAdministrator.xml b/os-plugins/plugins/vmware/files/Vorlage_VMwareImageAdministrator.xml
new file mode 100755
index 00000000..e58d829b
--- /dev/null
+++ b/os-plugins/plugins/vmware/files/Vorlage_VMwareImageAdministrator.xml
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="utf-8"?>
+<settings>
+ <eintrag>
+ # Imagename with proper suffix
+ <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="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!">
+ </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="false">
+ </xdm>
+ #Description: priority, use a number to get it to a special position
+ # should only be used by our department and noone else
+ <priority param="1">
+ </priority>
+ </eintrag>
+</settings>