summaryrefslogtreecommitdiff
path: root/docs
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 /docs
parent3ceb96e018f63eb9b51b720d065cd0e94dc303cc (diff)
downloadsystemd-94c9855a1823be6b0a2342ba5a8b57353fa32ea3.tar.gz
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 'docs')
-rw-r--r--docs/HACKING.md2
-rw-r--r--docs/TESTING_WITH_SANITIZERS.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/HACKING.md b/docs/HACKING.md
index 265f17e0d5..d5c5373430 100644
--- a/docs/HACKING.md
+++ b/docs/HACKING.md
@@ -340,7 +340,7 @@ To debug systemd-boot in an IDE such as VSCode we can use a launch configuration
If you're hacking on the kernel in tandem with systemd, you can clone a kernel repository in mkosi.kernel/ in
the systemd repository, and mkosi will automatically build that kernel and install it into the final image.
To prevent the distribution's kernel from being installed (which isn't necessary since we're building our
-own kernel), you can add the following snippets to mkosi.default.d/20-local.conf:
+own kernel), you can add the following snippets to mkosi.conf.d/20-local.conf:
(This snippet is for Fedora, the list of packages will need to be changed for other distributions)
diff --git a/docs/TESTING_WITH_SANITIZERS.md b/docs/TESTING_WITH_SANITIZERS.md
index ef98cf0121..67b6be46c2 100644
--- a/docs/TESTING_WITH_SANITIZERS.md
+++ b/docs/TESTING_WITH_SANITIZERS.md
@@ -15,7 +15,7 @@ compiler you want to use and which part of the test suite you want to run.
## mkosi
-To build with sanitizers in mkosi, create a file 20-local.conf in mkosi.default.d/ and add the following
+To build with sanitizers in mkosi, create a file 20-local.conf in mkosi.conf.d/ and add the following
contents:
```