diff --git a/src/boot.cfg b/src/boot.cfg index fce937ef..d598b084 100644 --- a/src/boot.cfg +++ b/src/boot.cfg @@ -1,5 +1,8 @@ #!ipxe +# set site name +set site_name netboot.xyz + # set boot domain set boot_domain cdn.netboot.xyz diff --git a/src/menu.ipxe b/src/menu.ipxe index 8f25afdd..910d8b87 100644 --- a/src/menu.ipxe +++ b/src/menu.ipxe @@ -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