Browse Source

Update CoreOS to Container Linux

Antony Messerli 7 years ago
parent
commit
80e11b010e
3 changed files with 9 additions and 9 deletions
  1. 1 1
      README.md
  2. 1 1
      docs/index.md
  3. 7 7
      src/coreos.ipxe

+ 1 - 1
README.md

@@ -37,7 +37,7 @@ Full documentation is at ReadTheDocs:
 * [Antergos](https://antergos.com)
 * [Arch Linux](https://www.archlinux.org)
 * [CentOS](https://centos.org)
-* [CoreOS](https://coreos.com/)
+* [CoreOS Container Linux](https://coreos.com/)
 * [Debian](https://debian.org)
 * [Devuan](https://devuan.org)
 * [Fedora](https://fedoraproject.org)

+ 1 - 1
docs/index.md

@@ -41,7 +41,7 @@ You'll need to make sure to have [DOWNLOAD_PROTO_HTTPS](https://github.com/ipxe/
 * [Antergos](https://antergos.com)
 * [Arch Linux](https://www.archlinux.org)
 * [CentOS](https://centos.org)
-* [CoreOS](https://coreos.com/)
+* [CoreOS Container Linux](https://coreos.com/)
 * [Debian](https://debian.org)
 * [Devuan](https://devuan.org)
 * [Fedora](https://fedoraproject.org)

+ 7 - 7
src/coreos.ipxe

@@ -1,21 +1,21 @@
 #!ipxe
 
-# CoreOS
+# Container Linux by CoreOS
 # https://www.coreos.com
 # For further info on:
-# iPXE and CoreOS: https://coreos.com/os/docs/latest/booting-with-ipxe.html
+# iPXE and CoreOS Container Linux: https://coreos.com/os/docs/latest/booting-with-ipxe.html
 # Setting up Cloud Config: https://github.com/coreos/coreos-cloudinit
 # 64-bit only
  
 goto ${menu}
 
 :coreos
-set os CoreOS
+set os Container Linux
 menu ${os}
-item --gap CoreOS:
-item stable ${space} CoreOS Stable Channel
-item beta ${space} CoreOS Beta Channel
-item alpha ${space} CoreOS Alpha Channel
+item --gap ${os}:
+item stable ${space} ${os} Stable Channel
+item beta ${space} ${os} Beta Channel
+item alpha ${space} ${os} Alpha Channel
 item cloud_config ${space} Set cloud-config-url: ${cloud-config-url}
 choose --default ${menu} menu || goto coreos_exit
 echo ${cls}