-
Notifications
You must be signed in to change notification settings - Fork 82
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
Running install to-disk
for a loop mounted disk fails on Fedora 39
#280
Comments
instlal to-disk
for a loop mounted disk fails on Fedora 39install to-disk
for a loop mounted disk fails on Fedora 39
Fwiw, I treid |
Actually yes, with
things are downloading now, but:
|
You need to use |
If you provided the loopback device, then don't specify |
Thank you! Sorry for my confusion, I promise to writeup something in the docs and propose a PR so that I feel less bad about wasting your time. I am at this point now:
|
Ah yeah, I have seen that before but not debugged it yet; but actually you probably want to specify Hmm very arguably we should default to |
Fwiw, trying the new
|
Updated #281 |
I hit this too and the fix is in |
And yeah before #278 we were leaking a loop device per invocation, so you need to manually |
Thank you so much for your help! I opened #282 to get a discussion started if we can make the examples more prominent in the README. WIth that I have a booting image now \o/ But:
which is maybe quite normal for a fedora-bootc-dev:eln but I wanted to mention it still :) |
That's currently expected, see also https://github.com/osbuild/bootc-image-builder/blob/113792d1263fece0e4547676018d4263115aa8ac/bib/cmd/bootc-image-builder/image.go#L98 This also touches on coreos/fedora-coreos-config#2785 (comment)
I don't see those here... I believe at this point we've addressed the actionable issues here, so closing (but without prejudice, feel free to reopen or file new issues). |
When trying to explore the images that bootc generates to explore how/if
bootc-image-builder
could use it directly (or for a start ensure the generated images are similar enough) I ran into the following issue on a standard Debian/unstable system:Maybe related to using a loop device for testing? I looked at
tests/kolainst/install
and there/dev/vda
is used instead.The text was updated successfully, but these errors were encountered: