Spaces for Arch Linux

This commit is contained in:
Antony Messerli 2016-01-11 20:05:36 -06:00
parent ed73e0c21e
commit 77a25fc0e9
4 changed files with 7 additions and 7 deletions

View File

@ -33,7 +33,7 @@ Full documentation is at ReadTheDocs:
### What Operating Systems are available? ### What Operating Systems are available?
* [ArchLinux](https://www.archlinux.org) * [Arch Linux](https://www.archlinux.org)
* [CentOS](https://centos.org) * [CentOS](https://centos.org)
* [CoreOS](https://coreos.com/) * [CoreOS](https://coreos.com/)
* [Debian](https://debian.org) * [Debian](https://debian.org)

View File

@ -37,7 +37,7 @@ If you already have iPXE up and running on the network, you can hit netboot.xyz
#### What Operating Systems are currently available on netboot.xyz? #### What Operating Systems are currently available on netboot.xyz?
* [ArchLinux](https://www.archlinux.org) * [Arch Linux](https://www.archlinux.org)
* [CentOS](https://centos.org) * [CentOS](https://centos.org)
* [CoreOS](https://coreos.com/) * [CoreOS](https://coreos.com/)
* [Debian](https://debian.org) * [Debian](https://debian.org)

View File

@ -1,11 +1,11 @@
#!ipxe #!ipxe
# ArchLinux Operating System # Arch Linux Operating System
# http://www.archlinux.org # http://www.archlinux.org
menu ArchLinux menu Arch Linux
item arch ArchLinux Graphical Menu item arch Arch Linux Graphical Menu
item arch_text ArchLinux Text Menu item arch_text Arch Linux Text Menu
choose version || exit choose version || exit
set 209:string cfg/${version}.cfg set 209:string cfg/${version}.cfg

View File

@ -6,7 +6,7 @@ goto ${menu} ||
menu Linux Installers - Current Arch [ ${arch} ] menu Linux Installers - Current Arch [ ${arch} ]
iseq ${arch} x86_64 && set arch_a amd64 || set arch_a ${arch} iseq ${arch} x86_64 && set arch_a amd64 || set arch_a ${arch}
item --gap Operating Systems: item --gap Operating Systems:
item archlinux ${space} ArchLinux item archlinux ${space} Arch Linux
item centos ${space} CentOS item centos ${space} CentOS
item coreos ${space} CoreOS item coreos ${space} CoreOS
item debian ${space} Debian item debian ${space} Debian