X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=autoconfig.functions;h=2996eb64ce73d70e74518881a7828e4c1abd6e3d;hp=a7c31510b484080c9d037dd1c9227458314e7ba7;hb=b535b4881868c5b9c751a9ba7b0517dfdeed574d;hpb=df307824db1bbaaba36823695328d4ff079df999;ds=sidebyside 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=' '