Dusty Mabe
Dusty Mabe
> > `cosa decompress --build=` should do this. > > Yes. But doing `buildfetch --arch ` then `decompress` and have decompress do nothing because what was fetch was not the...
Maybe one option is to add a `--decompress` option to `cosa buildfetch` that would call out to `cosa decompress` somehow.
I switched the CI on this to run against `rawhide` (contains python) so we could actually test the change.
A few diffs picked up by `cosa diff --metal` from https://github.com/coreos/coreos-assembler/pull/4226 [cosa-diff-metal.txt](https://github.com/user-attachments/files/21331714/cosa-diff-metal.txt) We should probably profile each diff (maybe in https://github.com/coreos/fedora-coreos-tracker/issues/1827) and evaluate whether it's a change we want to...
I can't get a built qemu image to boot. I suspect probably the root= and boot= UUIDs added on the kernel command line?
Ahh. I see that too now: ``` [ 4.726843] ignition[875]: Ignition failed: failed to create users/groups: failed to configure users: failed to create user "core": exit status 10: Cmd: "useradd"...
Thank you for your patience here JB. I don't see anything too alarming in the patch set here. Mostly small stuff. I do want to spend some time with this...
A couple of things: 1. Trying to build the live media failed with: ``` Verifying that repacked image matches digest Packing successful! Kernel binary linked: /run/osbuild/tree/tmp_1cwx4nh/tmp-rootfs-dir/boot/vmlinuz-6.17.0-0.rc7.250924gcec1e6e5d1ab3.58.fc44.x86_64 Kernel HMAC linked: /run/osbuild/tree/tmp_1cwx4nh/tmp-rootfs-dir/boot/.vmlinuz-6.17.0-0.rc7.250924gcec1e6e5d1ab3.58.fc44.x86_64.hmac...
> This lets us use `systemd-systemd-gpt-auto-generator` Unfortunately we [don't include that](https://github.com/coreos/fedora-coreos-config/pull/3846) right now. It got re-introduced recently and [broke stuff](https://github.com/coreos/fedora-coreos-config/pull/3846#issuecomment-3443736766). If we were to make this change I think we'd...
> iiuc, it broke stuff as `gpt-auto-generator` searches for partitions via the UUIDs specified in the DPS I see. You're saying this PR fixes that?