mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2025-09-02 20:31:39 +02:00
Drop Gentoo, currently broken and needs to be redone
This commit is contained in:
parent
25910be18d
commit
1d8983d327
@ -39,7 +39,6 @@ Full documentation is at ReadTheDocs:
|
|||||||
* [Debian](https://debian.org)
|
* [Debian](https://debian.org)
|
||||||
* [Fedora](https://fedoraproject.org)
|
* [Fedora](https://fedoraproject.org)
|
||||||
* [FreeBSD](https://freebsd.org)
|
* [FreeBSD](https://freebsd.org)
|
||||||
* [Gentoo](https://gentoo.org)
|
|
||||||
* [Kali](https://www.kali.org)
|
* [Kali](https://www.kali.org)
|
||||||
* [Mageia](http://www.mageia.org)
|
* [Mageia](http://www.mageia.org)
|
||||||
* [OpenBSD](http://openbsd.org)
|
* [OpenBSD](http://openbsd.org)
|
||||||
|
@ -43,7 +43,6 @@ If you already have iPXE up and running on the network, you can hit netboot.xyz
|
|||||||
* [Debian](https://debian.org)
|
* [Debian](https://debian.org)
|
||||||
* [Fedora](https://fedoraproject.org)
|
* [Fedora](https://fedoraproject.org)
|
||||||
* [FreeBSD](https://freebsd.org)
|
* [FreeBSD](https://freebsd.org)
|
||||||
* [Gentoo](https://gentoo.org)
|
|
||||||
* [Kali](https://www.kali.org)
|
* [Kali](https://www.kali.org)
|
||||||
* [Mageia](http://www.mageia.org)
|
* [Mageia](http://www.mageia.org)
|
||||||
* [OpenBSD](http://openbsd.org)
|
* [OpenBSD](http://openbsd.org)
|
||||||
|
@ -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
|
|
@ -11,7 +11,6 @@ item centos ${space} CentOS
|
|||||||
item coreos ${space} CoreOS
|
item coreos ${space} CoreOS
|
||||||
item debian ${space} Debian
|
item debian ${space} Debian
|
||||||
item fedora ${space} Fedora
|
item fedora ${space} Fedora
|
||||||
item gentoo ${space} Gentoo
|
|
||||||
item kali ${space} Kali
|
item kali ${space} Kali
|
||||||
item mageia ${space} Mageia
|
item mageia ${space} Mageia
|
||||||
item opensuse ${space} openSUSE
|
item opensuse ${space} openSUSE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user