From f1a44286dae3793d5ecbca80208d1f7c4349e8a1 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 7 Jul 2016 14:59:37 +0200 Subject: [PATCH] define systemd.log_target=console when used with systemd-debug --- PLC/Methods/GetBootMedium.py | 1 + 1 file changed, 1 insertion(+) diff --git a/PLC/Methods/GetBootMedium.py b/PLC/Methods/GetBootMedium.py index ebfaebf..368ae1e 100644 --- a/PLC/Methods/GetBootMedium.py +++ b/PLC/Methods/GetBootMedium.py @@ -452,6 +452,7 @@ class GetBootMedium(Method): build_sh_spec['kargs'].append('hcheck_reboot0') elif tag['tagname'] == 'systemd-debug': build_sh_spec['kargs'].append('systemd.log_level=debug') + build_sh_spec['kargs'].append('systemd.log_target=console') # then options can override tags for option in options: if option == "cramfs": -- 2.43.0