From c399a2940d26e03bed5af3a286fb7d8266255c10 Mon Sep 17 00:00:00 2001 From: Brielle Bruns Date: Sun, 13 May 2018 20:00:21 -0600 Subject: [PATCH] no message --- config | 7 +++++-- virt-install-cloud.sh | 5 +++-- 2 files changed, 8 insertions(+), 4 deletions(-) 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)" }