Updated Branches: refs/heads/master 076c32db9 -> 521e15652
CLOUDSTACK-2521: auto download ISO if not present Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/521e1565 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/521e1565 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/521e1565 Branch: refs/heads/master Commit: 521e156520a3ca9514478c6871cde23d3e8e91f0 Parents: 076c32d Author: Chiradeep Vittal <chirad...@apache.org> Authored: Wed May 15 15:33:57 2013 -0700 Committer: Chiradeep Vittal <chirad...@apache.org> Committed: Wed May 15 15:33:57 2013 -0700 ---------------------------------------------------------------------- tools/appliance/build.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/521e1565/tools/appliance/build.sh ---------------------------------------------------------------------- diff --git a/tools/appliance/build.sh b/tools/appliance/build.sh index c39d38a..0216c06 100644 --- a/tools/appliance/build.sh +++ b/tools/appliance/build.sh @@ -34,7 +34,7 @@ bundle # Clean and start building the appliance veewee vbox destroy $appliance -veewee vbox build $appliance --nogui +veewee vbox build $appliance --nogui --auto veewee vbox halt $appliance while [[ `vboxmanage list runningvms | grep $appliance | wc -l` -ne 0 ]];