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

kola/qemuexec: add --netboot option #3644

Closed
wants to merge 1 commit into from
Closed

Commits on Oct 13, 2023

  1. kola/qemuexec: add --netboot option

    For local testing, it's useful to have an easy way to netboot a system.
    Enable this by exposing QEMU's builtin support for TFTP serving and
    BOOTP option.
    
    For iPXE, one can just directly pass the iPXE script. For PXELINUX/GRUB,
    you'll likely want to prepare a netboot directory with your artifacts.
    
    Probably this should be streamlined more in the future, and also deduped
    more with the related bits in `metal.go`. But anyway, for now this is
    immediately useful in helping to test root on iSCSI locally (via iPXE's
    `sanboot` option).
    jlebon committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    a70833e View commit details
    Browse the repository at this point in the history