Drop config_debug, not working under systemd as intended
authorMichael Prokop <mika@grml.org>
Fri, 19 May 2017 13:22:20 +0000 (15:22 +0200)
committerMichael Prokop <mika@grml.org>
Fri, 19 May 2017 13:24:12 +0000 (15:24 +0200)
Startup of shells during bootup under systemd doesn't work
as with file-rc and actually causes ugly error messages.
systemd has its own mechanism and we should rely on that.

With this change also drop the /proc/sys/kernel/printk related
code, this *shouldn't* be relevant anymore.

Closes grml/grml#3


No differences found