Skip to content

Commit

Permalink
install_pxeboot needs to run in parallel with support_server
Browse files Browse the repository at this point in the history
  • Loading branch information
tcooper committed Nov 20, 2024
1 parent 0b7d999 commit 74b5118
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions templates.fif.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 74b5118

Please sign in to comment.