From 74b511899e5c81c689ad200027f7dab0d96b6009 Mon Sep 17 00:00:00 2001 From: Trevor Cooper Date: Tue, 19 Nov 2024 20:19:30 -0800 Subject: [PATCH] install_pxeboot needs to run in parallel with support_server --- templates.fif.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/templates.fif.json b/templates.fif.json index dcd6bb61..ab1555bb 100644 --- a/templates.fif.json +++ b/templates.fif.json @@ -1098,15 +1098,14 @@ "install_pxeboot": { "profiles": { "rocky-universal-aarch64-*-aarch64": 30, - "rocky-universal-x86_64-*-uefi": 30, - "rocky-universal-x86_64-*-bios": 31 + "rocky-universal-x86_64-*-uefi": 30 }, "settings": { "+ISO": "", "DELAYED_START": "1", "KICKSTART": "1", "NICTYPE": "tap", - "PARALLEL_WITH": "support_server@bios", + "PARALLEL_WITH": "support_server", "PXEBOOT": "once", "ROOT_PASSWORD": "111111", "TEST_TARGET": "COMPOSE",