diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2023-03-29 10:42:23 +0200 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2023-03-29 12:13:33 +0200 |
commit | 0beb2a95a487cd270670fc6c23c4a25e44e8dee8 (patch) | |
tree | 67cd19623d8daa456b57c57d3d21c38678987d8c /mkosi.conf.d | |
parent | udev_rules_parse_file: do not ignore ENOENT when invoked by udevadm verify (diff) | |
download | systemd-0beb2a95a487cd270670fc6c23c4a25e44e8dee8.tar.xz systemd-0beb2a95a487cd270670fc6c23c4a25e44e8dee8.zip |
mkosi: Update to latest
- ACLs are not set on generated directories anymore by default, so
we enable them explictly now so that when running unprivileged mkosi,
the user running mkosi can remove all generated files and directories.
- We don't explicitly set QemuHeadless= anymore as the option was removed
and made the default.
- We set the loglevel= kernel cmdline argument explicitly now as mkosi
doesn't set it by default anymore.
Diffstat (limited to 'mkosi.conf.d')
-rw-r--r-- | mkosi.conf.d/10-systemd.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mkosi.conf.d/10-systemd.conf b/mkosi.conf.d/10-systemd.conf index dbc50793a7..0b364f49f2 100644 --- a/mkosi.conf.d/10-systemd.conf +++ b/mkosi.conf.d/10-systemd.conf @@ -65,7 +65,7 @@ BuildPackages= zstd [Host] -QemuHeadless=yes +Acl=yes Netdev=yes QemuMem=2G ExtraSearchPaths=build/ @@ -74,6 +74,8 @@ KernelCommandLineExtra=systemd.crash_shell systemd.journald.forward_to_console systemd.journald.max_level_console=warning systemd.mask=auditd + # Tell the kernel to only log warning and up to the console. + loglevel=4 [Validation] Password= |