diff --git a/config b/config index 96330ce..f7770f2 100644 --- a/config +++ b/config @@ -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 diff --git a/virt-install-cloud.sh b/virt-install-cloud.sh index 7222dd9..536a710 100755 --- a/virt-install-cloud.sh +++ b/virt-install-cloud.sh @@ -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)" }