mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2025-09-12 17:21:21 +02:00
Add site_name option
This commit is contained in:
parent
f8b9d937e3
commit
1e819ad3d0
@ -1,5 +1,8 @@
|
||||
#!ipxe
|
||||
|
||||
# set site name
|
||||
set site_name netboot.xyz
|
||||
|
||||
# set boot domain
|
||||
set boot_domain cdn.netboot.xyz
|
||||
|
||||
|
@ -22,7 +22,7 @@ set space:hex 20:20
|
||||
set space ${space:string}
|
||||
iseq ${arch} i386 && set arch5 i586 || set arch5 ${arch}
|
||||
iseq ${arch} x86_64 && set arch_a amd64 || set arch_a ${arch}
|
||||
menu ${boot_domain} [Local IP: ${netX/ip}]
|
||||
menu ${site_name} [Local IP: ${netX/ip}]
|
||||
|
||||
item --gap Default:
|
||||
item local ${space} Boot from local hdd
|
||||
|
Loading…
x
Reference in New Issue
Block a user