Skip to content

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>
@cgwalters cgwalters force-pushed the release-boot-restriction branch from da9e565 to 7112af2 Compare October 13, 2023 20:15
Copy link
Contributor

@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 bootc-dev:main Oct 13, 2023
/// 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
Contributor

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.

2 participants