From 7ca3b49086638fc15c53f38129830b9dcf204635 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 12 May 2017 20:50:07 +0200 Subject: [PATCH] Ensure that tty1 console is starting *after* grml-autoconfig execution Thanks: Darshaka Pathirana Closes grml/grml#19 --- .../etc/systemd/system/getty@tty1.service.d/override.conf/GRMLBASE | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.1.4