Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds support to boot from a ISO image accessible over HTTP #46

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

44616e46
Copy link

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]

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]>
@thesamesam
Copy link
Member

This looks OK, but could you add some documentation for it please to the man pages?

@thesamesam thesamesam requested a review from robbat2 July 27, 2023 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants