mkosi: Update to latest
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 29 Mar 2023 08:42:23 +0000 (10:42 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 29 Mar 2023 11:27:19 +0000 (13:27 +0200)
commit94c9855a1823be6b0a2342ba5a8b57353fa32ea3
tree7dd666c20a9694f7a19606b581caa21c659a8a14
parent3ceb96e018f63eb9b51b720d065cd0e94dc303cc
mkosi: Update to latest

- 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
15 files changed:
.github/workflows/mkosi.yml
.gitignore
docs/HACKING.md
docs/TESTING_WITH_SANITIZERS.md
mkosi.conf.d/10-systemd.conf
mkosi.conf.d/arch/10-arch.conf
mkosi.conf.d/centos/10-centos.conf
mkosi.conf.d/debian/10-debian.conf
mkosi.conf.d/fedora/10-fedora.conf
mkosi.conf.d/opensuse/10-opensuse.conf
mkosi.conf.d/ubuntu/10-ubuntu.conf
mkosi.extra/root/.gdbinit
test/mkosi.build.networkd-test [deleted file]
test/mkosi.default.networkd-test [deleted file]
test/mkosi.nspawn.networkd-test [deleted file]