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: Relax restriction on separate /boot #144

Merged
merged 1 commit into from
Oct 13, 2023

Conversation

cgwalters
Copy link
Collaborator

For example, the current RHEL 9.2 VM images (KVM/cloud-init guest, and at least GCP) don't use a separate /boot by default (probably because they don't support LUKS for / like CoreOS systems do).

For example, the current RHEL 9.2 VM images (KVM/cloud-init guest,
and at least GCP) don't use a separate `/boot` by default (probably
because they don't support LUKS for `/` like CoreOS systems do).

Signed-off-by: Colin Walters <walters@verbum.org>
Copy link
Member

@jmarrero jmarrero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@jmarrero jmarrero merged commit c9f224c into containers:main Oct 13, 2023
8 checks passed
/// If true, do not try to remount the root read-only and flush the journal, etc.
skip_finalize: bool,
boot: MountSpec,
boot: Option<MountSpec>,
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tangentially related...it's in precisely this kind of code refactoring that Rust is great. The compiler found all the places I needed to change.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That is awesome indeed!

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.

None yet

2 participants