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

manifest/raw: apply BootFiles #521

Merged
merged 1 commit into from
Mar 14, 2024
Merged

Conversation

supakeen
Copy link
Member

@supakeen supakeen commented Mar 14, 2024

BootFiles need to be applied on the raw images as well. See #520, this is blocking Fedora.

This is duplicated code from manifest/raw_ostree, let's apply it to all images in a followup and properly abstract it out :)

BootFiles need to be applied on the raw images as well.
@ondrejbudai ondrejbudai added this pull request to the merge queue Mar 14, 2024
}

if fsRootMntName == "" {
panic("no mount found for the filesystem root")
Copy link
Contributor

Choose a reason for hiding this comment

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

Shouldn't panic in a library.

Copy link
Member Author

Choose a reason for hiding this comment

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

Yea, this was a quick copy and paste to unblock (from raw_ostree), we'll be removing all of these panics.

Merged via the queue into osbuild:main with commit 39b2833 Mar 14, 2024
16 checks passed
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.

3 participants