فهرست منبع

Spaces for Arch Linux

Antony Messerli 9 سال پیش
والد
کامیت
77a25fc0e9
4فایلهای تغییر یافته به همراه7 افزوده شده و 7 حذف شده
  1. 1 1
      README.md
  2. 1 1
      docs/index.md
  3. 4 4
      src/archlinux.ipxe
  4. 1 1
      src/linux.ipxe

+ 1 - 1
README.md

@@ -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)

+ 1 - 1
docs/index.md

@@ -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)

+ 4 - 4
src/archlinux.ipxe

@@ -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

+ 1 - 1
src/linux.ipxe

@@ -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