summaryrefslogtreecommitdiff
path: root/mkosi.extra
Commit message (Collapse)AuthorAgeFilesLines
* mkosi: Update to latestDaan De Meyer2023-03-291-0/+1
| | | | | | | | | | | - 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
* mkosi: Fix locations of mkosi-check-and-shutdown filesDaan De Meyer2023-03-072-0/+0
|
* mkosi: Move more logic to the postinst scriptDaan De Meyer2023-02-214-0/+33
Let's move stuff that only applies to the final image to the postinst script. Let's also move out some of the static files to mkosi.extra/ instead of hardcoding them in scripts.