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

osbuild: add support for partscan/partition #411

Merged
merged 3 commits into from
Feb 8, 2024

Conversation

mvo5
Copy link
Contributor

@mvo5 mvo5 commented Jan 30, 2024

A tiny PR that will probably be needed to integrate with osbuild/osbuild#1547

In the work on bootc install to-filesystem so far it expects a view of the entire disk (for bootupd). However in #381 with the standalone bootupd integration it was not needed. We can wait with the merge until the osbuild PR is merged and we test this more meaningfully. OTOH it's tiny and does not hurt to have (as there is a coresponding osbuild feature).

The corresponding osbuild PR is osbuild/osbuild#1501

P.S. I can remove osbuild: move mount_test.go to osbuild_test pattern is that is undesired (I'm a fan of this pattern but I get that not everyone is :)

This commit adds support for `partscan` in `org.osbuild.loopback`.

The coresponding osbuild option was added in
osbuild/osbuild#1501
This commit adds support for the `partition` feature in mounts
that enumerates partitions from loopback devices that use the
`partscan` feature.

See osbuild/osbuild#1501 for the coresponding
osbuild PR.
@achilleas-k achilleas-k added this pull request to the merge queue Feb 7, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Feb 7, 2024
@mvo5 mvo5 added this pull request to the merge queue Feb 8, 2024
Merged via the queue into osbuild:main with commit b513055 Feb 8, 2024
10 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