X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=blobdiff_plain;f=PLC%2FMethods%2FGetBootMedium.py;h=368ae1e7c13bc2a529dd1df0c661958885f42d9c;hp=ebfaebff8e1380c8f603298e733a4aa34825ed7e;hb=f1a44286dae3793d5ecbca80208d1f7c4349e8a1;hpb=e17828f46eab51e3a9c07203016db4dac9bfb9e5 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":