]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test/README: Environment= setting for mkosi should be in [Build] section
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 15 Dec 2024 17:02:30 +0000 (02:02 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 15 Dec 2024 17:03:50 +0000 (02:03 +0900)
Otherwise, we get the following warning:

mkosi.local.conf: Setting Environment should be configured in [Build], not [Content].

test/README.md

index 5546fcf8b1f69b2acab54047eadb53022df3bc8f..fc1c9f136d19f469731a09ce0663de7544e258ee 100644 (file)
@@ -18,7 +18,7 @@ To make sure `mkosi` doesn't try to build systemd from source during the image b
 process, you can add the following to `mkosi.local.conf`:
 
 ```
-[Content]
+[Build]
 Environment=NO_BUILD=1
 ```