summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/vmchooser/files/vm-template.xml
diff options
context:
space:
mode:
authorMichael Janczyk2009-03-09 19:02:02 +0100
committerMichael Janczyk2009-03-09 19:02:02 +0100
commit2a3a857d9c208a4c61cee8a054ae8db1b480b992 (patch)
tree1bffd45652c14add1a6d40ce2b12d404d82592a4 /os-plugins/plugins/vmchooser/files/vm-template.xml
parent * quickfix for broken rpm2cpio bzip2 support (diff)
downloadcore-2a3a857d9c208a4c61cee8a054ae8db1b480b992.tar.gz
core-2a3a857d9c208a4c61cee8a054ae8db1b480b992.tar.xz
core-2a3a857d9c208a4c61cee8a054ae8db1b480b992.zip
renamed and xml template and added xml comments
start fvwm when vmplayer2+ is userd, otherwise windows start in the background x=0 and y=0 upper left corner :( git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2702 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/vmchooser/files/vm-template.xml')
-rwxr-xr-xos-plugins/plugins/vmchooser/files/vm-template.xml70
1 files changed, 70 insertions, 0 deletions
diff --git a/os-plugins/plugins/vmchooser/files/vm-template.xml b/os-plugins/plugins/vmchooser/files/vm-template.xml
new file mode 100755
index 00000000..ce4eb343
--- /dev/null
+++ b/os-plugins/plugins/vmchooser/files/vm-template.xml
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="utf-8"?>
+<settings>
+ <entry>
+ <!-- VM-name with ending .vmdk, .img, .vdi, .qcow2 -->
+ <image_name param="vm-image.vmdk">
+ </image_name>
+ <creator param="Your Name">
+ </creator>
+ <email param="your@email.address.tld">
+ </email>
+ <phone param="-">
+ </phone>
+ <!-- sort after parameters then alphabet, values 0(top) - 9(bottom) -->
+ <priority param="5">
+ </priority>
+ <!-- title shown in the menu -->
+ <title param="My VM Image">
+ </title>
+ <!-- description shown when image is chosen -->
+ <description>Image for lectures with a lot of software: office, ...
+ </description>
+ <!-- type of the OS: if you do not know use "other" -->
+ <!-- vmware refer to: http://sanbarrow.com/vmx/vmx-guestos.html -->
+ <os param="winxppro">
+ </os>
+ <!-- "nat", "bridge", "hostonly" -->
+ <network param="nat">
+ </network>
+ <!-- "vmware", "virtualbox", "qemu" -->
+ <virtualmachine param="vmware">
+ </virtualmachine>
+ <!-- when should this image be deactivated automatically -->
+ <valid_until param="DD-MM-YY">
+ </valid_until>
+ <!-- if active="true" the image is selectable via vmchooser -->
+ <active param="true">
+ </active>
+ <!-- in which environment this image will be selectable via vmchooser -->
+ <environment param="default">
+ </environment>
+ <!-- obsolete, maybe for future implementations
+ <xdm param="false">
+ </xdm>
+ -->
+ <!-- vmchooser stuff, automatically added
+ <!-- added automatically through vmchooser when started -- >
+ <username param="user-id">
+ </username>
+ <!-- which printers should be connected -- >
+ <printers>
+ <printer name="" path="">Human readable description</printer>
+ </printers>
+ <!-- which scanners should be connected -- >
+ <scanners>
+ <scanner name="" path="">Description</scanner>
+ </scanners>
+ -->
+ <!-- should the home-directory be connected -->
+ <home param="true">
+ </home>
+ <!-- which shared folders should be connected -->
+ <shared_folders param="true">
+ <shared_folder name="" path="" pass=""></shared_folder>
+ </shared_folders>
+ <!-- there is the ability to protect an image for a while using a -->
+ <!-- password. Helpfull for courses (with special software licences). -->
+ <locked param="true">
+ </locked>
+ </entry>
+</settings>