1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-20 18:04:03 +03:00

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)
This commit is contained in:
Yu Watanabe 2024-12-16 02:02:30 +09:00 committed by Luca Boccassi
parent d23133ef79
commit ddda27b8c4

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