From: Michael Prokop Date: Fri, 12 May 2017 18:56:44 +0000 (+0200) Subject: Do not run sysv specific serial console setup under systemd X-Git-Tag: v0.15.5~1 X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=commitdiff_plain;h=b535b4881868c5b9c751a9ba7b0517dfdeed574d;hp=df307824db1bbaaba36823695328d4ff079df999;ds=sidebyside Do not run sysv specific serial console setup under systemd See grml/grml#21 --- diff --git a/autoconfig.functions b/autoconfig.functions index a7c3151..2996eb6 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -590,6 +590,11 @@ config_timezone(){ # activate serial console {{{ config_console(){ if checkbootparam 'console'; then + # this hack is no longer necessary with systemd + if $SYSTEMD ; then + return + fi + local line local ws ws=' '