Skip to content

Commit

Permalink
Merge pull request #258 from asdil12/ipxe
Browse files Browse the repository at this point in the history
iPXE: Set menu name according to next-server
  • Loading branch information
asdil12 authored Aug 15, 2023
2 parents 788f6ec + 71b20bb commit 684dd46
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ipxe/menu.ipxe
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@

#set variables
set menu-timeout 30000
set server-name netboot
iseq ${next-server} 10.150.1.11 && set server-name openqa.opensuse.org ||
iseq ${next-server} 10.168.192.10 && set server-name qe.nue2.suse.org ||
iseq ${next-server} 10.162.0.1 && set server-name qanet.qa.suse.de ||

:start
menu iPXE boot menu for openqa.opensuse.org
menu iPXE boot menu for ${server-name}

item --gap -- -- OS Inst (You will be prompted to edit cmdline after selecting an os) --
item --gap -- -------------------------------- x86_64 ----------------------------------
Expand Down

0 comments on commit 684dd46

Please sign in to comment.