diff options
| author | Christian Rößler | 2014-04-15 16:22:28 +0200 |
|---|---|---|
| committer | Christian Rößler | 2014-04-15 16:22:28 +0200 |
| commit | 55a50c94d41035f18c328227a42caad0f56afc32 (patch) | |
| tree | 28e2b2fb92d915bac7cf9cad2a98f4d408c79285 /remote/modules/vbox/data | |
| parent | [systemd] fix debug shell (diff) | |
| download | tm-scripts-55a50c94d41035f18c328227a42caad0f56afc32.tar.gz tm-scripts-55a50c94d41035f18c328227a42caad0f56afc32.tar.xz tm-scripts-55a50c94d41035f18c328227a42caad0f56afc32.zip | |
[vbox] Some additions and fixes for VirtualBox - please test!
Diffstat (limited to 'remote/modules/vbox/data')
| -rwxr-xr-x | remote/modules/vbox/data/opt/openslx/vmchooser/virtualbox/run-virt.include | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/modules/vbox/data/opt/openslx/vmchooser/virtualbox/run-virt.include b/remote/modules/vbox/data/opt/openslx/vmchooser/virtualbox/run-virt.include index 1a87e01b..22c62513 100755 --- a/remote/modules/vbox/data/opt/openslx/vmchooser/virtualbox/run-virt.include +++ b/remote/modules/vbox/data/opt/openslx/vmchooser/virtualbox/run-virt.include @@ -179,7 +179,7 @@ machineuuid="00000000-0000-0000-0000-${macaddr}" machineuuid=$(echo ${machineuuid} | tr "[A-Z]" "[a-z]") # get UUID of VBox image, if not diskless [ ${diskless} -eq 0 ] && diskuuid=$(VBoxManage -q showvdiinfo ${diskfile} \ - | grep UUID | awk '{print $2}') + | grep UUID | grep -v "Parent UUID" | awk '{print $2}') # make disk immutable imgtype="Immutable" # snapshot UUID is static |
