no message
parent
879ae100b9
commit
47197f7107
|
@ -30,7 +30,7 @@ usage() {
|
||||||
echo -e "\t-n hostname *"
|
echo -e "\t-n hostname *"
|
||||||
echo -e "\t-d domainame *"
|
echo -e "\t-d domainame *"
|
||||||
echo -e "\t-s disk size (num + count size - M=Megabytes G=Gigabytes) *"
|
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-c number of vcpus"
|
||||||
echo -e "\t-b bridge to attach to *"
|
echo -e "\t-b bridge to attach to *"
|
||||||
echo -e "\t-i distribution to use (see script for supported options) - default is stretch"
|
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 \
|
virt-install \
|
||||||
--name ${hostname}.${domain} \
|
--name ${hostname}.${domain} \
|
||||||
--cpu host \
|
--cpu host \
|
||||||
--ram ${ram} \
|
--memory ${ram} \
|
||||||
--vcpus=${cpucount} \
|
--vcpus=${cpucount} \
|
||||||
--noautoconsole \
|
--noautoconsole \
|
||||||
--graphics spice \
|
--graphics spice \
|
||||||
|
|
Loading…
Reference in New Issue