1
0
Fork 0

Enabling 10 automatic virtual terminals in logind.

Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
Daniel Baumann 2025-06-25 18:10:44 +02:00
parent 3654ba5955
commit db31dd2deb
Signed by: daniel.baumann
GPG key ID: BCC918A2ABD66424
2 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,15 @@
Author: Daniel Baumann <daniel.baumann@progress-linux.org>
Description: Enabling 10 automatic virtual terminals in logind.
diff -Naurp systemd.orig/src/login/logind.conf.in systemd/src/login/logind.conf.in
--- systemd.orig/src/login/logind.conf.in
+++ systemd/src/login/logind.conf.in
@@ -17,7 +17,7 @@
# See logind.conf(5) for details.
[Login]
-#NAutoVTs=6
+NAutoVTs=10
#ReserveVT=6
#KillUserProcesses={{ "yes" if KILL_USER_PROCESSES else "no" }}
#KillOnlyUsers=

View file

@ -1 +1,2 @@
progress-linux/0001-agetty-nohostname.patch
progress-linux/0002-logind-noautovts.patch