Install from scratch

This way we might end up with a smaller image
This commit is contained in:
Mate Lakat 2014-01-17 10:27:24 +00:00
parent feb4854f53
commit 5770bcae60

View File

@ -9,12 +9,12 @@ KEY_PATH="$(pwd)/../xenapi-in-the-cloud/$KEY_NAME.pem"
INSTANCE_NAME="$1" INSTANCE_NAME="$1"
# Use this configuration to start with a cloud image # Use this configuration to start with a cloud image
#IMAGE="62df001e-87ee-407c-b042-6f4e13f5d7e1" IMAGE="62df001e-87ee-407c-b042-6f4e13f5d7e1"
#IMAGE_CONTAINS_XENSERVER=0 IMAGE_CONTAINS_XENSERVER=0
# If you already have a xenserver image, use that: # If you already have a xenserver image, use that:
IMAGE="xssnap" # IMAGE="xssnap"
IMAGE_CONTAINS_XENSERVER=1 # IMAGE_CONTAINS_XENSERVER=1
# Download dependencies # Download dependencies