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: v257.1^2~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ddda27b8c449150ad2d6c07bc569d85a88809d06;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]. (cherry picked from commit 78ef3959474a760679e50eb57b52563cb6f9b66d) --- diff --git a/test/README.testsuite b/test/README.testsuite index 5546fcf8b1f..fc1c9f136d1 100644 --- a/test/README.testsuite +++ b/test/README.testsuite @@ -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 ```