mirror of https://github.com/apache/cloudstack.git
Proper cleanup before the next build of the systemvm
This commit is contained in:
parent
bf26efc551
commit
5d24843ef5
|
|
@ -60,7 +60,7 @@ done
|
|||
vboxmanage modifyhd $hdd_uuid --compact
|
||||
|
||||
# Start exporting
|
||||
rm -fr dist *.ova *.vhd *.vdi *.qcow* *.bz2
|
||||
rm -fr dist *.ova *.vhd *.vdi *.qcow* *.bz2 *.vmdk *.ovf
|
||||
mkdir dist
|
||||
|
||||
# Export for Xen
|
||||
|
|
|
|||
Loading…
Reference in New Issue