Kai Lüke
Kai Lüke
This example here assumes that only one K8s version exists, so if you want to choose a major version, then something like `kubernetes-MAJOR-@v` would be used to only care about...
Docker would get its own `docker.conf` file with `[email protected]` and `CurrentSymlink=/etc/extensions/docker.raw`
Currently the Flatcar sysext variant lives in the providers. That means some duplication which is not too bad, but one might want to find a shared place in some higher...
Being able to download the built image is quite useful for extra testing without having to start a Jenkins or local build first.
When reviewing PRs it's good for independent testing, for external PRs even more.
Sometimes the upload is very fast: 1m 30s for the bin packages, and
I think we can also have a "hypervisor" extension that ships qemu and cloud hypervisor. When using cloud hypervisor it's actually good to have qemu-img around for VM image operations....
Question from @tormath1: Exact behavior and drawbacks of `Upholds=` for the `multi-user.target` Edit: Answer: The target still gets reached if the service it should uphold is always failing or doesn't...
When we update to systemd 255 we can use .upholds symlinks that are like the .wants-enablement symlinks. For symlinks under /etc at least this will then show "enabled" but -...
Thanks, for `systemd-hwdb-update.service` we should pre-build the DB at image generation with `systemd-hwdb --usr --root=/build/amd64-usr/`. When `/usr/lib/udev/hwdb.bin` exists it will be used. In the update postinst action we can delete...