Ensure that tty1 console is starting *after* grml-autoconfig execution
authorMichael Prokop <mika@grml.org>
Fri, 12 May 2017 18:50:07 +0000 (20:50 +0200)
committerMichael Prokop <mika@grml.org>
Fri, 12 May 2017 19:00:24 +0000 (21:00 +0200)
Thanks: Darshaka Pathirana <dpat@syn-net.org>
Closes grml/grml#19

etc/grml/fai/config/files/etc/systemd/system/getty@tty1.service.d/override.conf/GRMLBASE

index 90fee36..408525e 100644 (file)
@@ -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
 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