From: Daan De Meyer Date: Fri, 14 Jul 2023 12:51:42 +0000 (+0200) Subject: mkosi: Drop kernel command line arguments that are set by mkosi X-Git-Tag: v254-rc2~16^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2defccf3e1b37db316ffce2d3346f8944b62b05d;p=thirdparty%2Fsystemd.git 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. --- diff --git a/mkosi.conf.d/10-systemd.conf b/mkosi.conf.d/10-systemd.conf index 8fe77e8fbe1..51b821b658b 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