From b535b4881868c5b9c751a9ba7b0517dfdeed574d Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 12 May 2017 20:56:44 +0200 Subject: [PATCH 1/1] Do not run sysv specific serial console setup under systemd See grml/grml#21 --- autoconfig.functions | 5 +++++ 1 file changed, 5 insertions(+) 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=' ' -- 2.1.4