Install from scratch
This way we might end up with a smaller image
This commit is contained in:
parent
feb4854f53
commit
5770bcae60
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user