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/to-disk: Drop separate /boot by default #529

Merged
merged 1 commit into from
May 15, 2024

Commits on May 15, 2024

  1. install/to-disk: Drop separate /boot by default

    In order to simplify what we're doing here, let's drop the separate
    `/boot` aka XBOOTLDR partition by default for the `to-disk --block-setup=direct`
    path (the default).
    
    We retain it when using `--block-setup=tpm2-luks` as it's required there.
    
    Notably this kills off a hardcoded "ext4 for /boot" which is suboptimal
    for many reasons.
    
    Longer term again I'd like to emphasize `install to-filesystem` with
    external installers, plus integrating external installation scripts
    as part of `bootc install to-disk`.
    
    xref:
    - containers#499
    - containers#440
    
    Signed-off-by: Colin Walters <walters@verbum.org>
    cgwalters committed May 15, 2024
    Configuration menu
    Copy the full SHA
    e5548d8 View commit details
    Browse the repository at this point in the history