Kaynağa Gözat

Drop Architect Linux as it appears project is dead

Antony Messerli 8 yıl önce
ebeveyn
işleme
1d8cf72e0d
4 değiştirilmiş dosya ile 0 ekleme ve 26 silme
  1. 0 1
      README.md
  2. 0 1
      docs/index.md
  3. 0 23
      src/architect.ipxe
  4. 0 1
      src/linux.ipxe

+ 0 - 1
README.md

@@ -36,7 +36,6 @@ Full documentation is at ReadTheDocs:
 
 * [Antergos](https://antergos.com)
 * [Arch Linux](https://www.archlinux.org)
-* [Architect Linux](http://sourceforge.net/projects/architect-linux)
 * [CentOS](https://centos.org)
 * [CoreOS](https://coreos.com/)
 * [Debian](https://debian.org)

+ 0 - 1
docs/index.md

@@ -40,7 +40,6 @@ 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)
-* [Architect Linux](http://sourceforge.net/projects/architect-linux)
 * [CentOS](https://centos.org)
 * [CoreOS](https://coreos.com/)
 * [Debian](https://debian.org)

+ 0 - 23
src/architect.ipxe

@@ -1,23 +0,0 @@
-#!ipxe
-
-# Architect Liunx Operating System
-# http://sourceforge.net/projects/architect-linux/
-
-goto ${menu}
-
-:architect
-set os Architect Linux
-menu ${os} Installers
-item x86_64 ${space} ${os} Latest [ISO]
-choose version || goto architect_exit
-goto architect_boot
-
-:architect_boot
-kernel ${memdisk} iso raw
-initrd http://sourceforge.net/projects/architect-linux/files/latest/download
-boot
-goto architect_exit
-
-:architect_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 antergos ${space} Antergos
-item architect ${space} Architect Linux
 item coreos ${space} CoreOS
 item devuan ${space} Devuan
 item gentoo ${space} Gentoo Linux