no message

master
Brie Bruns 2018-05-13 20:00:21 -06:00
parent 041ce106ec
commit c399a2940d
2 changed files with 8 additions and 4 deletions

7
config
View File

@ -3,11 +3,14 @@
# keep this tree under git control.
# 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
POOL=images
POOL_PATH=/data/images
POOL=${DEF_POOL}
POOL_PATH=${DEF_POOL_PATH}
# vm prefs : specify vm preferences for your guest
BACKUP_ISO_FILES=no # yes or no

View File

@ -37,8 +37,9 @@ usage() {
echo -e "\t-c number of vcpus"
echo -e "\t-b bridge to attach to *"
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-i distribution to use (see script for supported options) - default is stretch"
echo -e "\t (type:ip:netmask:gateway - type=eni/1, ip=dhcp or address, default eni dhcp)"
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)"
}