From 5c1e4eb756db52c833a3bd740bb9aa6ebedda26c Mon Sep 17 00:00:00 2001 From: AlanMarshall Date: Mon, 6 May 2024 12:50:22 +0100 Subject: [PATCH] Add network install to comply with QA:Testcase Minimal Installation --- templates.fif.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates.fif.json b/templates.fif.json index 0a25d0d4..e20cb6ce 100644 --- a/templates.fif.json +++ b/templates.fif.json @@ -787,6 +787,11 @@ }, "install_minimal": { "profiles": { + "rocky-boot-iso-s390x-*-s390x": 10, + "rocky-boot-iso-ppc64le-*-ppc64le": 10, + "rocky-boot-iso-aarch64-*-aarch64": 10, + "rocky-boot-iso-x86_64-*-64bit": 10, + "rocky-boot-iso-x86_64-*-uefi": 11, "rocky-minimal-iso-s390x-*-s390x": 10, "rocky-minimal-iso-ppc64le-*-ppc64le": 10, "rocky-minimal-iso-aarch64-*-aarch64": 10,