Add missing VM args
This commit is contained in:
parent
8abfb47e4f
commit
a274dd2e0e
1 changed files with 1 additions and 0 deletions
|
@ -424,6 +424,7 @@ virtinst () {
|
||||||
virt-install --name $_acp_vm_name \
|
virt-install --name $_acp_vm_name \
|
||||||
--osinfo linux2022 \
|
--osinfo linux2022 \
|
||||||
--boot uefi \
|
--boot uefi \
|
||||||
|
$_acp_vm_args \
|
||||||
--disk /var/lib/libvirt/images/${_acp_vm_name}.qcow2${_acp_vm_gb} \
|
--disk /var/lib/libvirt/images/${_acp_vm_name}.qcow2${_acp_vm_gb} \
|
||||||
--network type=direct,source=${_acp_vm_default_nic},source_mode=bridge \
|
--network type=direct,source=${_acp_vm_default_nic},source_mode=bridge \
|
||||||
--graphics vnc \
|
--graphics vnc \
|
||||||
|
|
Loading…
Reference in a new issue