summaryrefslogtreecommitdiffstats
path: root/remote/modules/vbox/data
diff options
context:
space:
mode:
authorManuel Schneider2014-04-16 13:51:22 +0200
committerManuel Schneider2014-04-16 13:51:22 +0200
commit9f0d10acc39412d9418c22d120f5c5b7b92cc206 (patch)
treeea2dc272b14bd767ec6fc81022b22d7dbf418fb3 /remote/modules/vbox/data
parent[beamergui] moved modesetterscript to xSession. Fixed logbug (diff)
parentMerge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff)
downloadtm-scripts-9f0d10acc39412d9418c22d120f5c5b7b92cc206.tar.gz
tm-scripts-9f0d10acc39412d9418c22d120f5c5b7b92cc206.tar.xz
tm-scripts-9f0d10acc39412d9418c22d120f5c5b7b92cc206.zip
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules/vbox/data')
-rwxr-xr-xremote/modules/vbox/data/opt/openslx/vmchooser/virtualbox/run-virt.include2
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