From: Thierry Parmentelat Date: Thu, 7 Jul 2016 12:59:37 +0000 (+0200) Subject: define systemd.log_target=console when used with systemd-debug X-Git-Tag: plcapi-5.3-10~1 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=f1a44286dae3793d5ecbca80208d1f7c4349e8a1 define systemd.log_target=console when used with systemd-debug --- 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":