no message

master
Brie Bruns 2018-04-29 23:53:32 -06:00
parent 879ae100b9
commit 47197f7107
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ usage() {
echo -e "\t-n hostname *"
echo -e "\t-d domainame *"
echo -e "\t-s disk size (num + count size - M=Megabytes G=Gigabytes) *"
echo -e "\t-r ram size (in kilobytes) *"
echo -e "\t-r ram size (in megabytes) *"
echo -e "\t-c number of vcpus"
echo -e "\t-b bridge to attach to *"
echo -e "\t-i distribution to use (see script for supported options) - default is stretch"
@ -157,7 +157,7 @@ echo "Creating guest ${hostname}.${domain}..."
virt-install \
--name ${hostname}.${domain} \
--cpu host \
--ram ${ram} \
--memory ${ram} \
--vcpus=${cpucount} \
--noautoconsole \
--graphics spice \