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

install: Support gathering more info for host root (including LVM) #384

Merged
merged 1 commit into from
Mar 11, 2024

Commits on Mar 9, 2024

  1. install: Support gathering more info for host root (including LVM)

    Teach `install to-existing-root` how to gather kernel arguments
    and information we need from `/proc/cmdline` (such as `rd.lvm.lv`).
    In this case too, we need to adjust the args to use `-v /dev:/dev`
    because we need the stuff udev generates from the real host root.
    
    With these things together, I can do a bootc alongside install
    targeting a Fedora Server instance.
    
    Closes: containers#175
    Signed-off-by: Colin Walters <walters@verbum.org>
    cgwalters committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    5b48d07 View commit details
    Browse the repository at this point in the history