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

sys-kernel/bootengine: Restore support for custom PXE OEM contents #1707

Merged
merged 2 commits into from
Mar 5, 2024

Commits on Mar 5, 2024

  1. sys-kernel/bootengine: Restore support for custom PXE OEM contents

    This pulls in flatcar/bootengine#88
    to restore looking at the documented /usr/share/oem path in a custom
    PXE OEM initrd instead of /oem.
    pothos committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    b0ce206 View commit details
    Browse the repository at this point in the history
  2. .github: Build PXE image as additional VM image format

    The PXE image and its helper script is a very handy way to test an image
    because it does not preserve state. One can boot the same file over and
    over again without having to reset the image. One can also easily pass
    in additional kernel cmdline options without having to set up grub.cfg.
    pothos committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    e1fc7a8 View commit details
    Browse the repository at this point in the history