]> 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)
committerLuca Boccassi <luca.boccassi@gmail.com>
Thu, 19 Dec 2024 09:56:00 +0000 (09:56 +0000)
Otherwise, we get the following warning:

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

(cherry picked from commit 78ef3959474a760679e50eb57b52563cb6f9b66d)

test/README.testsuite

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
 ```