diff options
| author | Jonathan Bauer | 2014-04-15 16:45:59 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2014-04-15 16:45:59 +0200 |
| commit | 6ebefac2233f351269f37716aa92d460ae2032a8 (patch) | |
| tree | 79410d3c1829ad4eb04668287a4c33ad8785d94c /remote/modules/vbox/data | |
| parent | [systemd] revert to version 204 for ubuntu 14.x (diff) | |
| parent | [vbox] Some additions and fixes for VirtualBox - please test! (diff) | |
| download | tm-scripts-6ebefac2233f351269f37716aa92d460ae2032a8.tar.gz tm-scripts-6ebefac2233f351269f37716aa92d460ae2032a8.tar.xz tm-scripts-6ebefac2233f351269f37716aa92d460ae2032a8.zip | |
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
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 |
