From 3d768a69ad2ee045f0fc780bd6a6d977a2837efa Mon Sep 17 00:00:00 2001 From: Sol Roberts Date: Mon, 4 Dec 2023 22:09:47 +0100 Subject: [PATCH 1/2] added working centos8 template --- sample-templates/centos8.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sample-templates/centos8.conf diff --git a/sample-templates/centos8.conf b/sample-templates/centos8.conf new file mode 100644 index 0000000..b4f8f52 --- /dev/null +++ b/sample-templates/centos8.conf @@ -0,0 +1,9 @@ +loader="uefi" +graphics="yes" +xhci_mouse="yes" +cpu=1 +memory=1024M +network0_type="virtio-net" +network0_switch="public" +disk0_type="virtio-blk" +disk0_name="disk0.img" From 9f2738930db452240f2e7e153c7c84270dfd3bbd Mon Sep 17 00:00:00 2001 From: Sol Roberts Date: Mon, 29 Jan 2024 12:24:23 +0100 Subject: [PATCH 2/2] update config file to reflect almalinux vs centos --- sample-templates/{centos8.conf => almalinux8.conf} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename sample-templates/{centos8.conf => almalinux8.conf} (100%) diff --git a/sample-templates/centos8.conf b/sample-templates/almalinux8.conf similarity index 100% rename from sample-templates/centos8.conf rename to sample-templates/almalinux8.conf