mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CLOUDSTACK-2521: auto download ISO if not present
This commit is contained in:
parent
076c32db9a
commit
521e156520
@ -34,7 +34,7 @@ bundle
|
|||||||
|
|
||||||
# Clean and start building the appliance
|
# Clean and start building the appliance
|
||||||
veewee vbox destroy $appliance
|
veewee vbox destroy $appliance
|
||||||
veewee vbox build $appliance --nogui
|
veewee vbox build $appliance --nogui --auto
|
||||||
veewee vbox halt $appliance
|
veewee vbox halt $appliance
|
||||||
|
|
||||||
while [[ `vboxmanage list runningvms | grep $appliance | wc -l` -ne 0 ]];
|
while [[ `vboxmanage list runningvms | grep $appliance | wc -l` -ne 0 ]];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user