no message
parent
041ce106ec
commit
c399a2940d
7
config
7
config
|
@ -3,11 +3,14 @@
|
||||||
# keep this tree under git control.
|
# keep this tree under git control.
|
||||||
# To make changes, put overrides in config.local
|
# To make changes, put overrides in config.local
|
||||||
|
|
||||||
|
# Directory for configs, templates, etc
|
||||||
|
# Leave undefined to have it auto detect to path where script is
|
||||||
|
# WORKING_DIR=
|
||||||
|
|
||||||
|
|
||||||
# KVM pool paths
|
# KVM pool paths
|
||||||
POOL=images
|
POOL=images
|
||||||
POOL_PATH=/data/images
|
POOL_PATH=/data/images
|
||||||
POOL=${DEF_POOL}
|
|
||||||
POOL_PATH=${DEF_POOL_PATH}
|
|
||||||
|
|
||||||
# vm prefs : specify vm preferences for your guest
|
# vm prefs : specify vm preferences for your guest
|
||||||
BACKUP_ISO_FILES=no # yes or no
|
BACKUP_ISO_FILES=no # yes or no
|
||||||
|
|
|
@ -37,8 +37,9 @@ usage() {
|
||||||
echo -e "\t-c number of vcpus"
|
echo -e "\t-c number of vcpus"
|
||||||
echo -e "\t-b bridge to attach to *"
|
echo -e "\t-b bridge to attach to *"
|
||||||
echo -e "\t-x network info"
|
echo -e "\t-x network info"
|
||||||
echo -e "(type:ip:netmask:gateway - type=eni/1, ip=dhcp or address, default eni dhcp)"
|
echo -e "\t (type:ip:netmask:gateway - type=eni/1, ip=dhcp or address, default eni dhcp)"
|
||||||
echo -e "\t-i distribution to use (see script for supported options) - default is stretch"
|
echo -e "\t-i distribution to use"
|
||||||
|
echo -e "\t (see script for supported options) - default is stretch"
|
||||||
echo -e "\t-o OS type and variant (default: generic:generic - also set by distro option when available)"
|
echo -e "\t-o OS type and variant (default: generic:generic - also set by distro option when available)"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue