Tweak virtinst
This commit is contained in:
parent
d3d90faacf
commit
17a7a27858
1 changed files with 3 additions and 0 deletions
|
@ -43,10 +43,13 @@ fi
|
||||||
|
|
||||||
# To get a list of valid osinfo options, run:
|
# To get a list of valid osinfo options, run:
|
||||||
# virt-install --osinfo list
|
# virt-install --osinfo list
|
||||||
|
# Sizes are based on RHEL 9 minimum recommendations.
|
||||||
virt-install --connect $_acp_vm_session \
|
virt-install --connect $_acp_vm_session \
|
||||||
--osinfo linux2022 \
|
--osinfo linux2022 \
|
||||||
--boot $_acp_vm_boot \
|
--boot $_acp_vm_boot \
|
||||||
--cpu host-passthrough \
|
--cpu host-passthrough \
|
||||||
|
--vcpus 1 \
|
||||||
|
--ram 1536 \
|
||||||
--disk "$_acp_vm_disk,size=20" \
|
--disk "$_acp_vm_disk,size=20" \
|
||||||
--graphics vnc \
|
--graphics vnc \
|
||||||
--console pty,target.type=virtio \
|
--console pty,target.type=virtio \
|
||||||
|
|
Loading…
Reference in a new issue