From 114bbe1277591b729d6f6daf23c752eeb7cea6a3 Mon Sep 17 00:00:00 2001 From: AlanMarshall Date: Wed, 7 Aug 2024 16:05:19 +0100 Subject: [PATCH] Secure boot enable vnc_server et al --- templates.fif.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates.fif.json b/templates.fif.json index 9cd62cf9..dcd6bb61 100644 --- a/templates.fif.json +++ b/templates.fif.json @@ -1333,7 +1333,7 @@ "install_vnc_client": { "profiles": { "rocky-dvd-iso-aarch64-*-aarch64": 40, - "rocky-dvd-iso-x86_64-*-bios": 40 + "rocky-dvd-iso-x86_64-*-uefi": 40 }, "settings": { "BOOTFROM": "c", @@ -1350,7 +1350,7 @@ "install_vnc_server": { "profiles": { "rocky-dvd-iso-aarch64-*-aarch64": 40, - "rocky-dvd-iso-x86_64-*-bios": 40 + "rocky-dvd-iso-x86_64-*-uefi": 40 }, "settings": { "GRUB": "inst.vnc net.ifnames=0 biosdevname=0 ip=172.16.2.114::172.16.2.2:255.255.255.0:vnc001.test.openqa.rockylinux.org:eth0:off", @@ -1362,7 +1362,7 @@ "install_vncconnect_client": { "profiles": { "rocky-dvd-iso-aarch64-*-aarch64": 40, - "rocky-dvd-iso-x86_64-*-bios": 40 + "rocky-dvd-iso-x86_64-*-uefi": 40 }, "settings": { "BOOTFROM": "c", @@ -1378,7 +1378,7 @@ "install_vncconnect_server": { "profiles": { "rocky-dvd-iso-aarch64-*-aarch64": 40, - "rocky-dvd-iso-x86_64-*-bios": 40 + "rocky-dvd-iso-x86_64-*-uefi": 40 }, "settings": { "GRUB": "inst.vnc inst.vncconnect=172.16.2.117:5500 net.ifnames=0 biosdevname=0 ip=172.16.2.116::172.16.2.2:255.255.255.0:vnc003.test.openqa.rockylinux.org:eth0:off",