Changing some menu wording

This commit is contained in:
Antony Messerli 2015-11-24 20:36:58 -06:00
parent 67d14a3a7b
commit b515a8c9d3
4 changed files with 6 additions and 6 deletions

View file

@ -4,7 +4,7 @@ goto ${menu} ||
:bsd_menu
menu BSD Operating Systems - Current Selected Architecture [ ${arch} ]
menu BSD Installers - Current Selected Architecture [ ${arch} ]
iseq ${arch} x86_64 && set arch_a amd64 || set arch_a ${arch}
# BSD based systems

View file

@ -3,7 +3,7 @@
goto ${menu} ||
:linux_menu
menu Linux Operating Systems - Current Arch [ ${arch} ]
menu Linux Installers - Current Arch [ ${arch} ]
iseq ${arch} x86_64 && set arch_a amd64 || set arch_a ${arch}
item --gap Operating Systems:
item archlinux ${space} ArchLinux

View file

@ -28,9 +28,9 @@ item --gap Default:
item local ${space} Boot from local hdd
item --gap Installers:
item linux ${space} Linux Operating Systems
item bsd ${space} BSD Operating Systems
item windows ${space} Windows Operating Systems
item linux ${space} Linux Installers
item bsd ${space} BSD Installers
item windows ${space} Windows Installers
item --gap Tools:
item utils ${space} Utilities
item shell ${space} iPXE shell

View file

@ -1,6 +1,6 @@
#!ipxe
menu Windows
menu Windows Installers
item --gap Windows Boot Environments
item winpe ${space} Windows Preinstallation Environment (WinPE - x64)
choose version || goto windows_exit