Install Rocky 8 from network
This commit is contained in:
parent
d23baa603b
commit
a80c04369d
1 changed files with 1 additions and 1 deletions
|
@ -17,6 +17,6 @@ ipcmd: >-
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
virt_install_os_args: >-
|
virt_install_os_args: >-
|
||||||
--location /var/lib/libvirt/images/Rocky-8.5-x86_64-minimal.iso
|
--location https://nic.funet.fi/pub/mirrors/rockylinux.org/8/BaseOS/x86_64/os
|
||||||
--extra-args "inst.ks={{ ks_file }} console=ttyS0 net.ifnames=0 bootdev=eth0 {{ ipcmd }}"
|
--extra-args "inst.ks={{ ks_file }} console=ttyS0 net.ifnames=0 bootdev=eth0 {{ ipcmd }}"
|
||||||
virt_install_os_variant: rhel8-unknown
|
virt_install_os_variant: rhel8-unknown
|
||||||
|
|
Loading…
Add table
Reference in a new issue