summaryrefslogtreecommitdiff
path: root/mkosi.conf.d/arch
Commit message (Collapse)AuthorAgeFilesLines
* mkosi: Drop python-docutilsDaan De Meyer2023-03-291-1/+0
| | | | | We don't seem to use anything from python-docutils at all, so let's drop the dependency.
* mkosi: Update to latestDaan De Meyer2023-03-291-2/+3
| | | | | | | | | | | - Drop Netdev= as it was removed in mkosi - Always install python-psutil in the final image (required for networkd tests) - Always Install python-pytest in the final image (required for ukify tests) - Use the narrow glob for all centos python packages - Drop the networkd mkosi config files (the default image can be used instead) - Use ".conf" as the mkosi config file suffix everywhere - Copy src/ to /root/src in the final image and set gdb substitute path in .gdbinit to make gdb work properly
* ci: Adjust for new EFI buildJan Janssen2023-03-101-0/+1
|
* mkosi: add some really basic tools to default mkosi imageLennart Poettering2023-02-281-0/+1
| | | | | | "passwd" and "pscap" are extremely useful to debug basic OS behaviour, and tiny. So let's add them to our default development images, just to save us some headaches.
* mkosi: Update and enable ukify in mkosi buildsDaan De Meyer2023-01-271-0/+2
| | | | | | | We also add the necessary deps for ukify to the mkosi configs. CentOS Stream 8 is dropped from CI because its python version is too old (3.6) to be able to run ukify.
* mkosi: Rename the configuration files to use ".conf" as extensionDaan De Meyer2023-01-191-0/+0
|
* mkosi: Add mkfs tools to mkosi imageDaan De Meyer2022-11-151-0/+2
| | | | Useful for testing systemd-repart
* mkosi: Build and install kernel selftestsDaan De Meyer2022-11-081-0/+7
|
* mkosi: use the new mkosi.conf suffixZbigniew Jędrzejewski-Szmek2022-11-081-0/+37
Mkosi 14 is out, compat with old mkosi is not terribly important. Let's use the new nice suffix.