From: Yu Watanabe Date: Sun, 15 Dec 2024 17:02:30 +0000 (+0900) Subject: test/README: Environment= setting for mkosi should be in [Build] section X-Git-Tag: v258-rc1~1850 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78ef3959474a760679e50eb57b52563cb6f9b66d;p=thirdparty%2Fsystemd.git test/README: Environment= setting for mkosi should be in [Build] section Otherwise, we get the following warning: mkosi.local.conf: Setting Environment should be configured in [Build], not [Content]. --- diff --git a/test/README.md b/test/README.md index 5546fcf8b1f..fc1c9f136d1 100644 --- a/test/README.md +++ b/test/README.md @@ -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 ```