소스 검색

Antergos has been discontinued

https://antergos.com/blog/antergos-linux-project-ends/
Antony Messerli 6 년 전
부모
커밋
4d7f1f51d0
4개의 변경된 파일0개의 추가작업 그리고 27개의 파일을 삭제
  1. 0 1
      README.md
  2. 0 1
      docs/index.md
  3. 0 24
      src/antergos.ipxe
  4. 0 1
      src/linux.ipxe

+ 0 - 1
README.md

@@ -37,7 +37,6 @@ Full documentation is at netboot.xyz:
 ### What Operating Systems are available?
 
 * [Alpine Linux](https://alpinelinux.org)
-* [Antergos](https://antergos.com)
 * [Arch Linux](https://www.archlinux.org)
 * [CentOS](https://centos.org)
 * [CoreOS Container Linux](https://coreos.com/)

+ 0 - 1
docs/index.md

@@ -41,7 +41,6 @@ You'll need to make sure to have [DOWNLOAD_PROTO_HTTPS](https://github.com/ipxe/
 #### What Operating Systems are currently available on netboot.xyz?
 
 * [Alpine Linux](https://alpinelinux.org)
-* [Antergos](https://antergos.com)
 * [Arch Linux](https://www.archlinux.org)
 * [CentOS](https://centos.org)
 * [CoreOS Container Linux](https://coreos.com/)

+ 0 - 24
src/antergos.ipxe

@@ -1,24 +0,0 @@
-#!ipxe
-
-# Antergos Operating System
-# https://antergos.com
-
-goto ${menu}
-
-:antergos
-set os Antergos
-set antergos_version 19.4
-menu ${os} Installers
-item x86_64 ${space} ${os} ${antergos_version} Minimal 64bit [ISO]
-choose antergos_arch || goto antergos_exit
-goto antergos_boot
-
-:antergos_boot
-kernel ${memdisk} iso raw
-initrd http://repo.antergos.info/iso/release/antergos-minimal-${antergos_version}-${antergos_arch}.iso
-boot
-goto antergos_exit
-
-:antergos_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 antergos ${space} Antergos
 item coreos ${space} CoreOS
 item devuan ${space} Devuan
 item gentoo ${space} Gentoo Linux