summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2024-07-08 12:59:52 +0200
committerDaan De Meyer <daan.j.demeyer@gmail.com>2024-07-09 08:07:09 +0200
commit20345a86b7157e229c1c7e3976005548bad159a4 (patch)
tree02021dbcdd2e85a6b62cdbc691d9d51a0ffa179a /docs
parentmkosi: policykit-1 was renamed to polkitd (diff)
downloadsystemd-20345a86b7157e229c1c7e3976005548bad159a4.tar.xz
systemd-20345a86b7157e229c1c7e3976005548bad159a4.zip
mkosi: Adapt configuration to take into account configuration rework
In https://github.com/systemd/mkosi/pull/2847, the '@' specifier is removed, CLI arguments take priority over configuration files again and the "main" image is defined at the top level instead of in mkosi.images/. Additionally, not every setting from the top level configuration is inherited by the images in mkosi.images/ anymore, only settings which make sense to be inherited are inherited. This commit gets rid of all the usages of '@', moves the "main" image configuration from mkosi.images/system to the top level and gets rid of various hacks we had in place to deal with quirks of the old configuration parsing logic. We also remove usages of Images= and --append as these options are removed by the mentioned PR.
Diffstat (limited to 'docs')
-rw-r--r--docs/HACKING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/HACKING.md b/docs/HACKING.md
index e05f029d90..5b1e355327 100644
--- a/docs/HACKING.md
+++ b/docs/HACKING.md
@@ -52,7 +52,7 @@ image all the time when iterating on a patch, add the following to
```conf
[Host]
-@RuntimeBuildSources=yes
+RuntimeBuildSources=yes
```
After enabling this setting, the source and build directories will be mounted to