Colin Walters

Results 550 issues of Colin Walters

ref https://gitlab.com/fedora/bootc/tracker/-/issues/32#note_2303855769 We should more clearly split up postprocessing into distinct documentable steps, and make it easy to run a subset of them individually. Something like this: `rpm-ostree compose postprocess...

Part of work on https://gitlab.com/fedora/bootc/tracker/-/issues/32 Basically here we're trying to make it more "first class" to generate a base rootfs from the existing treefiles, which can then be further mutated...

do-not-merge/work-in-progress
needs-rebase

ref https://coreos.github.io/butane/examples/#grub-password ➡ https://issues.redhat.com/browse/RHEL-78299

``` $ podman run -q -v /dev/fuse --cap-add=all --rm -ti quay.io/buildah/stable:v1.38.1 bash -c 'id=$(buildah from busybox); buildah mount $id' Resolved "busybox" as an alias (/etc/containers/registries.conf.d/000-shortnames.conf) Trying to pull docker.io/library/busybox:latest... Getting...

On any modern system `/var/run` should just be a compat symlink to `/run`. For this project it's probably fine as is, but it can matter in cases where the compat...

keep
FEATURE-v2

We've invested in supporting [systemd soft reboots](https://www.freedesktop.org/software/systemd/man/latest/systemd-soft-reboot.service.html) in [bootc](https://bootc-dev.github.io/). `tmt-reboot` doesn't support this, and hence our tests can't.

command | reboot

(Note: filing this as a discussion starting point; it was `Assisted-by: Sonnet 4.5` and definitely contains a bit of slop) ## Summary Add a `--once` flag to `bootc switch` that...

In order to aid https://github.com/bootcrew/ we should generate binaries that include bundled dependencies: - bootupd - ostree - skopeo Implementation wise...what may be best here is actually that we have...

Example job https://github.com/bootc-dev/bootc/pull/1798/checks?check_run_id=56079749683 ➡️ https://artifacts.dev.testing-farm.io/f456b403-e87f-49dc-be80-7813f9de36ea/ We have an attempted workaround here https://github.com/bootc-dev/bootc/blob/f49a6bac30b2c224f6bac13fb5a68cd33b7fb74e/tmt/tests/booted/bootc_testlib.nu#L7 But this clearly needs root causing. Is it failing in the ansible playbook which is doing the reboot?...

area/ci

The whole chain of packit -> tmt+testing-farm is very complicated and I struggle to wrap my head around it even *without* involving bootc. With a bit of AI assistance we...