From 78ef3959474a760679e50eb57b52563cb6f9b66d Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Mon, 16 Dec 2024 02:02:30 +0900 Subject: [PATCH] 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]. --- test/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/README.md b/test/README.md index 5546fcf8b1..fc1c9f136d 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 ```