From a80c04369dd5a5289d6ebdf05a461f73d547d11d Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Thu, 27 Oct 2022 19:00:16 +0000 Subject: [PATCH] Install Rocky 8 from network --- group_vars/rocky8.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/group_vars/rocky8.yml b/group_vars/rocky8.yml index 38d05a5..956b096 100644 --- a/group_vars/rocky8.yml +++ b/group_vars/rocky8.yml @@ -17,6 +17,6 @@ ipcmd: >- {% endif %} {% endif %} 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 }}" virt_install_os_variant: rhel8-unknown