diff --git a/roles/home-cli/files/profile b/roles/home-cli/files/profile index 1f64eeb..bb1cc76 100644 --- a/roles/home-cli/files/profile +++ b/roles/home-cli/files/profile @@ -378,7 +378,7 @@ tlscheck () { } virtinst () { - _acp_vm_default_nic=enp2s0 + _acp_vm_default_nic=eno1 if [ $# -ne 1 ] then @@ -397,7 +397,7 @@ virtinst () { esac virt-install --name $_acp_vm_name \ - --osinfo linux2022 \ + --osinfo linux2020 \ --boot uefi \ --cdrom /usr/share/edk2/ovmf/UefiShell.iso \ --disk /var/lib/libvirt/images/${_acp_vm_name}.qcow2,size=20 \