diff options
| author | Simon Rettberg | 2016-10-21 17:27:16 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2016-10-21 17:27:16 +0200 |
| commit | daa8b9fd8255d9033637c304241deba8d7f3bd58 (patch) | |
| tree | ffec7fdfdb95c04f6b5e38c2767ba23996eb95a5 /remote/modules/vbox/data/opt/openslx/vmchooser/virtualbox/machine.include | |
| parent | [nvidia_kernel] Actually build nvidia-drm.ko (diff) | |
| download | tm-scripts-daa8b9fd8255d9033637c304241deba8d7f3bd58.tar.gz tm-scripts-daa8b9fd8255d9033637c304241deba8d7f3bd58.tar.xz tm-scripts-daa8b9fd8255d9033637c304241deba8d7f3bd58.zip | |
[run-virt/...] More cleanup, refactoring, comments
Diffstat (limited to 'remote/modules/vbox/data/opt/openslx/vmchooser/virtualbox/machine.include')
| -rw-r--r-- | remote/modules/vbox/data/opt/openslx/vmchooser/virtualbox/machine.include | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/remote/modules/vbox/data/opt/openslx/vmchooser/virtualbox/machine.include b/remote/modules/vbox/data/opt/openslx/vmchooser/virtualbox/machine.include index 1f0b209a..344ccc48 100644 --- a/remote/modules/vbox/data/opt/openslx/vmchooser/virtualbox/machine.include +++ b/remote/modules/vbox/data/opt/openslx/vmchooser/virtualbox/machine.include @@ -11,10 +11,14 @@ # ----------------------------------------------------------------------------- # Include file (general template) for run-virt.include of the virtualbox plugin +# TODO: Move this server side (just like vmware) +# !! A lot of variable names have changed and are NOT updated here !! +# Oh and for the love of god remove the above comment when this works again + cat << EOF > "${machconfig}" <?xml version="1.0"?> <VirtualBox xmlns="http://www.innotek.de/VirtualBox-settings" version="1.14-linux"> - <Machine uuid="{${machineuuid}}" name="${vm_name}" OSType="${vmostype}"> + <Machine uuid="{${machineuuid}}" name="${VM_DISPLAYNAME}" OSType="${VM_OS_TYPE}"> <MediaRegistry> <HardDisks> <HardDisk uuid="{${diskuuid}}" location="${diskfile}" format="${imgfmt}" type="${imgtype}"/> |
