浏览代码

Drop Gentoo, currently broken and needs to be redone

Antony Messerli 9 年之前
父节点
当前提交
1d8983d327
共有 4 个文件被更改,包括 0 次插入34 次删除
  1. 0 1
      README.md
  2. 0 1
      docs/index.md
  3. 0 31
      src/gentoo.ipxe
  4. 0 1
      src/linux.ipxe

+ 0 - 1
README.md

@@ -39,7 +39,6 @@ Full documentation is at ReadTheDocs:
 * [Debian](https://debian.org)
 * [Fedora](https://fedoraproject.org)
 * [FreeBSD](https://freebsd.org)
-* [Gentoo](https://gentoo.org)
 * [Kali](https://www.kali.org)
 * [Mageia](http://www.mageia.org)
 * [OpenBSD](http://openbsd.org)

+ 0 - 1
docs/index.md

@@ -43,7 +43,6 @@ If you already have iPXE up and running on the network, you can hit netboot.xyz
 * [Debian](https://debian.org)
 * [Fedora](https://fedoraproject.org)
 * [FreeBSD](https://freebsd.org)
-* [Gentoo](https://gentoo.org)
 * [Kali](https://www.kali.org)
 * [Mageia](http://www.mageia.org)
 * [OpenBSD](http://openbsd.org)

+ 0 - 31
src/gentoo.ipxe

@@ -1,31 +0,0 @@
-#!ipxe
-
-# Gentoo Operating System
-# http://www.gentoo.org
-
-# Note: in order to boot Gentoo via iPXE, the method at http://blog.dastrup.com/?p=12 has been utilized to 
-# to allow for the Gentoo minimal disk to boot.  I've regenerated the latest boot disks and have put
-# them on ${boot_domain} so that you can boot into the live cd
-
-goto ${menu}
-
-:gentoo
-set os gentoo
-menu Gentoo ${arch_a}
-item 20140116 Gentoo minimal CD version - 20140116
-choose version || goto gentoo_exit
-goto ${version}
-
-:20140116
-set gentoopath http://${boot_domain}/distros/gentoo/amd64/20140116
-echo Please note the gentoo ISO has been regenerated to work with iPXE
-echo using the method here: http://blog.dastrup.com/?p=12
-echo You will need to set up networking manually.
-kernel ${gentoopath}/gentoo initrd=gentoo.igz root=/dev/ram0 init=/linuxrc loop=/image.squashfs looptype=squashfs cdroot=1 real_root=/ dokeymap vga=791 nodhcp
-initrd ${gentoopath}/gentoo.igz
-boot
-goto gentoo
-
-:gentoo_exit
-clear menu
-chain linux.ipxe

+ 0 - 1
src/linux.ipxe

@@ -11,7 +11,6 @@ item centos ${space} CentOS
 item coreos ${space} CoreOS
 item debian ${space} Debian
 item fedora ${space} Fedora
-item gentoo ${space} Gentoo
 item kali ${space} Kali
 item mageia ${space} Mageia
 item opensuse ${space} openSUSE