diff options
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 |