From c97653b42ecb5741fefa3ce45477744c223f6806 Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Mon, 18 Feb 2013 21:32:30 +0530 Subject: [PATCH] systemvmtemplate: Clean any old vm before building appliance Signed-off-by: Rohit Yadav --- tools/appliance/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/appliance/build.sh b/tools/appliance/build.sh index ef3e384b597..e504d9cbf67 100644 --- a/tools/appliance/build.sh +++ b/tools/appliance/build.sh @@ -25,7 +25,8 @@ rootdir=$PWD # Initialize veewee and dependencies bundle -# Start building the appliance +# Clean and start building the appliance +veewee vbox destroy $appliance veewee vbox build $appliance --nogui veewee vbox halt $appliance