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)
```
add the following contents:
```
-[Packages]
+[Content]
IncludeDirectory=mkosi.includedir
```
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:
```
# Prevent ASAN warnings when building the image
Environment=ASAN_OPTIONS=verify_asan_link_order=false
-[Packages]
+[Content]
BuildDirectory=mkosi.builddir
Cache=mkosi.cache
InstallDirectory=mkosi.installdir
[Host]
QemuHeadless=yes
-NetworkVeth=yes
+Netdev=yes
QemuMem=2G
[Validation]