Daan De Meyer
Daan De Meyer
Build/Test logs: https://gist.githubusercontent.com/DaanDeMeyer/ea1187d30f7ca12ef44d337400a9b204/raw/457d0a3ca456059da6d6c0416e8d0eff86b3d434/gistfile1.txt (see bottom of gist for the assertion failure) Let me know if you need any more information. All package versions and such should be available in the...
Let's be consistent and always use a distro~release subdirectory for these directories, instead of only using these when the correct directory exists in the directory mkosi is invoked from.
We have quite a bit of custom code to deal with CentOS 7 because it doesn't support systemd-boot/systemd-stub. Do we want to support it until it's EOL? It's trivial to...
``` ‣ Detaching namespace ‣ Setting up package cache… ‣ Setting up package cache /home/runner/work/mkosi/mkosi/mkosi.cache/arch~rolling complete ‣ Setting up temporary workspace. ‣ Temporary workspace set up in /var/tmp/mkosi-gqatmwf_ ‣ Running...
Instead of harcoding this stuff in the image build process, maybe we should install a preset file so that users can easily override whatever defaults we decide to ship
Once support lands in systemd-nspawn, we should support running the mkosi build as a non-root user. The biggest advantage I see here is that we can solve the annoyance where...
Currently, if you type `Passsword=` in the config file, mkosi itself fails with invalid verb. This is extremely confusing. We need to do a better job of validating the argument...
So, to support booting QEMU with secure boot, we need an OVMF VARS file that has the required secure boot keys and certificates enrolled that the unified kernel image we're...
We can already define distribution specific configuration files by placing the files in a subdirectory of mkosi.default.d/ named after the corresponding distro. We should extend this so we can match...
I haven't gotten completely to the bottom of it yet and I'm not 100% certain that the issue in doctest, but I think it is so here we go: I've...