summaryrefslogtreecommitdiffstats
path: root/virtualization/templates/Vorlage_VMwareImageAdministrator.xml
blob: ad05dfb406868b6e16045b07b67a45d47469a137 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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="false">
    </xdm>
  </eintrag>
</settings>