diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2022-07-18 12:43:37 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2022-07-18 16:54:58 +0200 |
commit | 7ca9563ca18e0238d97f1b6eed8df62fdc2436aa (patch) | |
tree | 11341c7fb1fee61e956e71a6b445c405b1a703f7 /docs | |
parent | mkosi: Changes to allow booting with sanitizers in mkosi (diff) | |
download | systemd-7ca9563ca18e0238d97f1b6eed8df62fdc2436aa.tar.xz systemd-7ca9563ca18e0238d97f1b6eed8df62fdc2436aa.zip |
mkosi: Remove usage of deprecated option names/sections
Diffstat (limited to 'docs')
-rw-r--r-- | docs/HACKING.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/HACKING.md b/docs/HACKING.md index a74d0468e5..2015a40193 100644 --- a/docs/HACKING.md +++ b/docs/HACKING.md @@ -66,7 +66,7 @@ reuse the host's package cache. To do this, create a mkosi override file in mkosi.default.d/ (e.g 20-local.conf) and add the following contents: ``` -[Packages] +[Content] Cache=<full-path-to-package-manager-cache> # (e.g. /var/cache/dnf) ``` @@ -229,7 +229,7 @@ mkosi's config. The easiest way to set the option is to create a file 20-local.c add the following contents: ``` -[Packages] +[Content] IncludeDirectory=mkosi.includedir ``` @@ -238,7 +238,7 @@ We already configured clangd to map any paths in /usr/include in the build image host in the mkosi-clangd.sh script. We also need to make sure clangd is installed in the build image. To have mkosi install clangd in the build -image, edit the 20-local.conf file we created earlier and add the following contents under the `[Packages]` +image, edit the 20-local.conf file we created earlier and add the following contents under the `[Content]` section: ``` |