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].
This commit is contained in:
Yu Watanabe
2024-12-16 02:02:30 +09:00
parent 93fc2adfa4
commit 78ef395947

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