mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2025-09-02 04:11:16 +02:00
Spaces for Arch Linux
This commit is contained in:
parent
ed73e0c21e
commit
77a25fc0e9
@ -33,7 +33,7 @@ Full documentation is at ReadTheDocs:
|
||||
|
||||
### What Operating Systems are available?
|
||||
|
||||
* [ArchLinux](https://www.archlinux.org)
|
||||
* [Arch Linux](https://www.archlinux.org)
|
||||
* [CentOS](https://centos.org)
|
||||
* [CoreOS](https://coreos.com/)
|
||||
* [Debian](https://debian.org)
|
||||
|
@ -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?
|
||||
|
||||
* [ArchLinux](https://www.archlinux.org)
|
||||
* [Arch Linux](https://www.archlinux.org)
|
||||
* [CentOS](https://centos.org)
|
||||
* [CoreOS](https://coreos.com/)
|
||||
* [Debian](https://debian.org)
|
||||
|
@ -1,11 +1,11 @@
|
||||
#!ipxe
|
||||
|
||||
# ArchLinux Operating System
|
||||
# Arch Linux Operating System
|
||||
# http://www.archlinux.org
|
||||
|
||||
menu ArchLinux
|
||||
item arch ArchLinux Graphical Menu
|
||||
item arch_text ArchLinux Text Menu
|
||||
menu Arch Linux
|
||||
item arch Arch Linux Graphical Menu
|
||||
item arch_text Arch Linux Text Menu
|
||||
choose version || exit
|
||||
|
||||
set 209:string cfg/${version}.cfg
|
||||
|
@ -6,7 +6,7 @@ goto ${menu} ||
|
||||
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
|
||||
item archlinux ${space} Arch Linux
|
||||
item centos ${space} CentOS
|
||||
item coreos ${space} CoreOS
|
||||
item debian ${space} Debian
|
||||
|
Loading…
x
Reference in New Issue
Block a user