mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2025-09-02 12:21:27 +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?
|
### 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)
|
||||||
|
@ -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)
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user