From ac73e9ed9f6646ed4a0779d839efb63d86c1e308 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Mon, 16 Jan 2023 10:05:17 +0000 Subject: [PATCH] Use older VM config --- roles/home-cli/files/profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 \