Rocky Linux network install fails so use local image
This commit is contained in:
parent
6348f267de
commit
1f4dd45972
3 changed files with 13 additions and 3 deletions
|
@ -16,7 +16,7 @@ ipcmd: >-
|
|||
{% endif %}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
virt_install_os_args: >
|
||||
--location https://download.rockylinux.org/pub/rocky/8/BaseOS/x86_64/os
|
||||
virt_install_os_args: >-
|
||||
--location /var/lib/libvirt/images/Rocky-8.5-x86_64-minimal.iso
|
||||
--extra-args "inst.ks={{ ks_file }} console=ttyS0 net.ifnames=0 bootdev=eth0 {{ ipcmd }}"
|
||||
virt_install_os_variant: centos8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue