Do not run sysv specific serial console setup under systemd
[grml-autoconfig.git] / autoconfig.functions
index a7c3151..2996eb6 100755 (executable)
@@ -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='  '