From c95f8dd784965019b1bc163d607794f80d39b7d3 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Fri, 31 May 2024 13:48:14 +0200 Subject: [PATCH] mkosi: Drop kernel command line to enable log context The log context is already enabled by virtue of the log level being set to debug, so no need to enable it explicitly. --- mkosi.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/mkosi.conf b/mkosi.conf index 45102ac7afd..1f9e987e0b8 100644 --- a/mkosi.conf +++ b/mkosi.conf @@ -36,8 +36,6 @@ KernelCommandLine=systemd.crash_shell enforcing=0 systemd.early_core_pattern=/core systemd.firstboot=no - systemd.setenv=SYSTEMD_ENABLE_LOG_CONTEXT=yes - SYSTEMD_ENABLE_LOG_CONTEXT=yes raid=noautodetect oops=panic panic=-1 -- 2.47.3