diff --git a/root/etc/systemd/system/getty@tty1.service.d/override.conf b/root/etc/systemd/system/getty@tty1.service.d/override.conf index 687f1041..d2ed5390 100644 --- a/root/etc/systemd/system/getty@tty1.service.d/override.conf +++ b/root/etc/systemd/system/getty@tty1.service.d/override.conf @@ -1,3 +1,3 @@ [Service] ExecStart= -ExecStart=-/usr/bin/agetty --autologin frodo --noclear %I $TERM +ExecStart=-/usr/bin/agetty --skip-login --nonewline --noissue --autologin frodo --noclear %I $TERM