Kai Lüke
Kai Lüke
## Current situation The Docker/containerd sysext is stored on /usr itself. ## Impact Currently we get a cyclic dependency of ever-growing loop and overlay mounts for each sysext refresh until...
## Current situation For extensions from the the sysext-bakery one has to define an initial version to be deployed with Ignition because otherwise one would need to wait for the...
## Current situation For building kernel modules or debug symbols, the devcontainer in systemd-nspawn (or the third-party Docker images) has to be used. For new package requests we have to...
Run systemd-sysext for `/sysroot` in the initrd already, and make `systemd-sysext.service` handle this (first upstream PR https://github.com/systemd/systemd/pull/27161 but ideally the refresh would be skipped), this can be tested in Flatcar...
## Current situation We always had to find workarounds for the limited size in /boot (128 MB) and /usr (1 GB) and thus increased the partition size in https://github.com/flatcar/scripts/pull/3027 end...