summaryrefslogtreecommitdiffstats
path: root/mkosi.extra
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2023-03-29 10:42:23 +0200
committerDaan De Meyer <daan.j.demeyer@gmail.com>2023-03-29 13:27:19 +0200
commit94c9855a1823be6b0a2342ba5a8b57353fa32ea3 (patch)
tree7dd666c20a9694f7a19606b581caa21c659a8a14 /mkosi.extra
parenttest: Install systemd-networkd-tests.py when install_tests is enabled (diff)
downloadsystemd-94c9855a1823be6b0a2342ba5a8b57353fa32ea3.tar.xz
systemd-94c9855a1823be6b0a2342ba5a8b57353fa32ea3.zip
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
Diffstat (limited to 'mkosi.extra')
-rw-r--r--mkosi.extra/root/.gdbinit1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkosi.extra/root/.gdbinit b/mkosi.extra/root/.gdbinit
index 522e1fecb6..1a2163e3a5 100644
--- a/mkosi.extra/root/.gdbinit
+++ b/mkosi.extra/root/.gdbinit
@@ -1,2 +1,3 @@
set debuginfod enabled off
set build-id-verbose 0
+set substitute-path ../src /root/src