diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2023-07-14 14:51:42 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2023-07-14 14:51:42 +0200 |
commit | 2defccf3e1b37db316ffce2d3346f8944b62b05d (patch) | |
tree | d625375a4dbed8763da4f8fa93b9ee08924c46db /mkosi.conf.d | |
parent | mkosi: Update to latest (diff) | |
download | systemd-2defccf3e1b37db316ffce2d3346f8944b62b05d.tar.xz systemd-2defccf3e1b37db316ffce2d3346f8944b62b05d.zip |
mkosi: Drop kernel command line arguments that are set by mkosi
mkosi sets these by default now so let's drop them from our
configuration.
Diffstat (limited to 'mkosi.conf.d')
-rw-r--r-- | mkosi.conf.d/10-systemd.conf | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/mkosi.conf.d/10-systemd.conf b/mkosi.conf.d/10-systemd.conf index 8fe77e8fbe..51b821b658 100644 --- a/mkosi.conf.d/10-systemd.conf +++ b/mkosi.conf.d/10-systemd.conf @@ -22,21 +22,10 @@ KernelCommandLineExtra=systemd.crash_shell systemd.log_ratelimit_kmsg=0 systemd.journald.forward_to_console systemd.journald.max_level_console=warning - # Tell the kernel to only log warning and up to the console. - loglevel=4 # Disable the kernel's ratelimiting on userspace logging to kmsg. printk.devkmsg=on - # Tell networkd to manage the ethernet interface. - ip=enp0s1:any - # Make sure sulogin works even with a locked root account. - SYSTEMD_SULOGIN_FORCE=1 # Make sure /sysroot is mounted rw in the initrd. rw - # Make sure we pull in network related units even if nothing else depends on the - # network to be online. - systemd.wants=network-online.target - # Make sure we don't load vmw_vmci which messes with virtio vsock. - module_blacklist=vmw_vmci # Lower the default device timeout so we get a shell earlier if the root device does # not appear for some reason. systemd.default_device_timeout_sec=10 |