From c0411a1682fe57c55d0c6bde8ec7998e3790f779 Mon Sep 17 00:00:00 2001 From: simono41 Date: Sun, 8 Jul 2018 02:19:44 +0200 Subject: [PATCH] optimierungen_am_getty --- arch-graphical-install-auto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch-graphical-install-auto b/arch-graphical-install-auto index 588254b..6fe1bc8 100755 --- a/arch-graphical-install-auto +++ b/arch-graphical-install-auto @@ -405,7 +405,7 @@ then mkdir -p /etc/systemd/system/getty\@tty1.service.d echo "[Service]" > /etc/systemd/system/getty\@tty1.service.d/autologin.conf echo "ExecStart=" >> /etc/systemd/system/getty\@tty1.service.d/autologin.conf - echo "ExecStart=-/sbin/agetty --noclear -a "$username" %I 38400 linux" >> /etc/systemd/system/getty\@tty1.service.d/autologin.conf + echo "ExecStart=-/sbin/agetty -a "$username" %I $TERM" >> /etc/systemd/system/getty\@tty1.service.d/autologin.conf systemctl enable getty@tty1 fi