From 1d8983d327f01ef0fa74a2df09e8604151792d0d Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Mon, 18 Jan 2016 22:19:52 -0600 Subject: [PATCH] Drop Gentoo, currently broken and needs to be redone --- README.md | 1 - docs/index.md | 1 - src/gentoo.ipxe | 31 ------------------------------- src/linux.ipxe | 1 - 4 files changed, 34 deletions(-) delete mode 100644 src/gentoo.ipxe diff --git a/README.md b/README.md index d8ec6420..e9c88b0f 100644 --- a/README.md +++ b/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) diff --git a/docs/index.md b/docs/index.md index 8bf276f4..a2d01f7e 100644 --- a/docs/index.md +++ b/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) diff --git a/src/gentoo.ipxe b/src/gentoo.ipxe deleted file mode 100644 index aa2c4391..00000000 --- a/src/gentoo.ipxe +++ /dev/null @@ -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 diff --git a/src/linux.ipxe b/src/linux.ipxe index c2930001..06cd264e 100644 --- a/src/linux.ipxe +++ b/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