From: Michael Prokop Date: Fri, 12 May 2017 18:50:07 +0000 (+0200) Subject: Ensure that tty1 console is starting *after* grml-autoconfig execution X-Git-Tag: v0.29.4~2 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=7ca3b49086638fc15c53f38129830b9dcf204635 Ensure that tty1 console is starting *after* grml-autoconfig execution Thanks: Darshaka Pathirana Closes grml/grml#19 --- diff --git a/etc/grml/fai/config/files/etc/systemd/system/getty@tty1.service.d/override.conf/GRMLBASE b/etc/grml/fai/config/files/etc/systemd/system/getty@tty1.service.d/override.conf/GRMLBASE index 90fee36..408525e 100644 --- a/etc/grml/fai/config/files/etc/systemd/system/getty@tty1.service.d/override.conf/GRMLBASE +++ b/etc/grml/fai/config/files/etc/systemd/system/getty@tty1.service.d/override.conf/GRMLBASE @@ -4,3 +4,6 @@ ExecStart= ExecStart=-/sbin/grml-runtty /dev/tty1 /usr/share/grml-scripts/run-welcome root # ExecStart=-/sbin/agetty --autologin $USERNAME --noclear %I 38400 linux TTYVTDisallocate=no + +[Unit] +After=grml-autoconfig.service