Skip to content

Commit

Permalink
Merge pull request netbootxyz#968 from netbootxyz/menu_title
Browse files Browse the repository at this point in the history
  • Loading branch information
antonym authored Aug 24, 2021
2 parents 5756d13 + ebf6785 commit 3bec5b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/netbootxyz/templates/menu/menu.ipxe.j2
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ clear menu
set space:hex 20:20
set space ${space:string}
iseq ${arch} x86_64 && set arch_a amd64 || set arch_a ${arch}
menu ${site_name}
isset ${next-server} && menu ${site_name} v${version} - next-server: ${next-server} || menu ${site_name}
item --gap Default:
item local ${space} Boot from local hdd
item --gap Distributions:
Expand Down

0 comments on commit 3bec5b6

Please sign in to comment.