genkernel
genkernel copied to clipboard
Adds support to boot from a ISO image accessible over HTTP
Usage:
LABEL gentoo-httpboot MENU LABEL ^Boot Gentoo ISO over HTTP KERNEL path/to/gentoo/kernel APPEND initrd=path/to/initrd root=/dev/ram0 init=/linuxrc ip=dhcp cdroot real_root=/mnt/livecd httpboot=http://10.0.0.1/gentoo.iso
Author: DanF [email protected] Signed-off-by: DanF [email protected]
This looks OK, but could you add some documentation for it please to the man pages?