瀏覽代碼

Drops CoreOS for now until it's re-released by RH

Antony Messerli 5 年之前
父節點
當前提交
2dd4567662
共有 4 個文件被更改,包括 1 次插入46 次删除
  1. 0 1
      README.md
  2. 1 1
      docs/index.md
  3. 0 43
      src/coreos.ipxe
  4. 0 1
      src/linux.ipxe

+ 0 - 1
README.md

@@ -39,7 +39,6 @@ Full documentation is at netboot.xyz:
 * [Alpine Linux](https://alpinelinux.org)
 * [Arch Linux](https://www.archlinux.org)
 * [CentOS](https://centos.org)
-* [CoreOS Container Linux](https://coreos.com/)
 * [Debian](https://debian.org)
 * [Devuan](https://devuan.org)
 * [Fedora](https://fedoraproject.org)

+ 1 - 1
docs/index.md

@@ -43,10 +43,10 @@ You'll need to make sure to have [DOWNLOAD_PROTO_HTTPS](https://github.com/ipxe/
 * [Alpine Linux](https://alpinelinux.org)
 * [Arch Linux](https://www.archlinux.org)
 * [CentOS](https://centos.org)
-* [CoreOS Container Linux](https://coreos.com/)
 * [Debian](https://debian.org)
 * [Devuan](https://devuan.org)
 * [Fedora](https://fedoraproject.org)
+* [Flatcar Linux](https://www.flatcar-linux.org)
 * [FreeBSD](https://freebsd.org)
 * [FreeDOS](http://www.freedos.org)
 * [Gentoo](https://gentoo.org)

+ 0 - 43
src/coreos.ipxe

@@ -1,43 +0,0 @@
-#!ipxe
-
-# Container Linux by CoreOS
-# https://www.coreos.com
-# For further info on:
-# 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 Container Linux
-menu ${os}
-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}
-goto ${menu} ||
-goto coreos_exit
-
-:stable
-:beta
-:alpha
-set release ${menu}
-set base-url http://${release}.release.core-os.net/amd64-usr/current
-kernel ${base-url}/coreos_production_pxe.vmlinuz ${coreos_params} ${console} coreos.autologin=tty1 coreos.autologin=ttyS0 initrd=coreos_production_pxe_image.cpio.gz
-initrd ${base-url}/coreos_production_pxe_image.cpio.gz
-boot
-goto coreos_exit
-
-:cloud_config
-echo -n Please set Cloud Config URL: && read cloud-config-url
-set coreos_params cloud-config-url=${cloud-config-url}
-clear menu
-goto coreos
-
-:coreos_exit
-clear menu
-exit 0

+ 0 - 1
src/linux.ipxe

@@ -16,7 +16,6 @@ item opensuse ${space} openSUSE
 item ubuntu ${space} Ubuntu
 item --gap All Others:
 item alpinelinux ${space} Alpine Linux
-item coreos ${space} CoreOS
 item devuan ${space} Devuan
 item flatcar ${space} Flatcar
 item gentoo ${space} Gentoo Linux