diff options
author | Matteo Croce <teknoraver@meta.com> | 2024-12-19 19:51:42 +0100 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-12-20 09:38:11 +0100 |
commit | 77d4a263c14ffbb6133382bc18319b6a54a8eaae (patch) | |
tree | 1dd69c94343d2f7c334a425188d013b711c7232b /mkosi.conf | |
parent | audit-util: rename output parameter (diff) | |
download | systemd-77d4a263c14ffbb6133382bc18319b6a54a8eaae.tar.xz systemd-77d4a263c14ffbb6133382bc18319b6a54a8eaae.zip |
mkosi: move config options
Move some config option in the right section, fixes the following warning:
```
mkosi.conf: Setting Credentials should be configured in [Runtime], not [Host].
mkosi.conf: Setting RuntimeBuildSources should be configured in [Runtime], not [Host].
mkosi.conf: Setting RuntimeScratch should be configured in [Runtime], not [Host].
mkosi.conf: Setting QemuSmp should be configured in [Runtime], not [Host].
mkosi.conf: Setting QemuSwtpm should be configured in [Runtime], not [Host].
mkosi.conf: Setting QemuVsock should be configured in [Runtime], not [Host].
mkosi.conf: Setting QemuKvm should be configured in [Runtime], not [Host].
```
Diffstat (limited to 'mkosi.conf')
-rw-r--r-- | mkosi.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkosi.conf b/mkosi.conf index 5622667078..3da4e07a87 100644 --- a/mkosi.conf +++ b/mkosi.conf @@ -130,7 +130,7 @@ Packages= zsh zstd -[Host] +[Runtime] Credentials= journal.storage=persistent tty.serial.hvc0.agetty.autologin=root |