Jonathan Lebon

Results 641 comments of Jonathan Lebon

Ideally, we'd drop it, but we'd need to make sure that we're not re-introducing the race it was intending to hack around (https://github.com/coreos/fedora-coreos-config/issues/437). I don't think that was ever fully...

The only real use of sgdisk in this repo is for the UUID restamp and moving the GPT backup header. We should be able to do those with `sfdisk`, which...

Targeting rawhide for now to exercise it in CI. Will retarget testing-devel once this is ready to go. Other outstanding items: - [x] verify configbot handling of git submodules -...

Some diff stats: ## testing-devel - No package diff - No initramfs diff - OSTree diff: ``` $ ostree diff 40.20240922.dev.0 40.20240922.dev.1 M /usr/etc/pki/ca-trust/extracted/java/cacerts M /usr/lib/os-release M /usr/lib/modules/6.10.10-200.fc40.x86_64/initramfs.img M /usr/lib/sysimage/rpm-ostree-base-db/rpmdb.sqlite...

Huh, looks like the submodule isn't getting initialized in CI. Investigating. Edit: https://github.com/coreos/coreos-ci-lib/pull/160

This was unblocked by https://gitlab.com/fedora/bootc/base-images/-/merge_requests/63. I'm planning to get back to it soon.

Rebased this now that https://gitlab.com/fedora/bootc/tracker/-/issues/39 is resolved and updated for comments! Also started tracking some of the outstanding items in https://github.com/coreos/fedora-coreos-config/pull/3177#issuecomment-2369125628.

OK, this is ready now! Confirmed that config-bot can handle git submodules fine. Also got the openshift/os changes ready to go, but it'll need to be bundled with the f-c-c...

On the RHCOS side, we should wait until 4.18 branches at this point to roll this out, not only to recude risk, but also because it brings in composefs, which...

Did a final sanity-check of the f41 diff: ```diff diff --git a/41.20241118.dev.1/usr/bin/systemd-firstboot b/41.20241118.dev.1/usr/bin/systemd-firstboot new file mode 100755 index 0000000..685fba0 Binary files /dev/null and b/41.20241118.dev.1/usr/bin/systemd-firstboot differ diff --git a/41.20241118.dev.0/usr/etc/pki/ca-trust/extracted/java/cacerts b/41.20241118.dev.1/usr/etc/pki/ca-trust/extracted/java/cacerts index...