From 9fd3560223c7fc1b9e7d446347fa817924a9844b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 10 Apr 2024 22:52:56 +0200 Subject: Enabling 10 automatic virtual terminals in logind. Signed-off-by: Daniel Baumann --- debian/patches/progress-linux/0003-logind-noautovts.patch | 15 +++++++++++++++ debian/patches/series | 1 + 2 files changed, 16 insertions(+) create mode 100644 debian/patches/progress-linux/0003-logind-noautovts.patch diff --git a/debian/patches/progress-linux/0003-logind-noautovts.patch b/debian/patches/progress-linux/0003-logind-noautovts.patch new file mode 100644 index 0000000..5ef40fb --- /dev/null +++ b/debian/patches/progress-linux/0003-logind-noautovts.patch @@ -0,0 +1,15 @@ +Author: Daniel Baumann +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 +@@ -15,7 +15,7 @@ + # See logind.conf(5) for details. + + [Login] +-#NAutoVTs=6 ++NAutoVTs=10 + #ReserveVT=6 + #KillUserProcesses={{ "yes" if KILL_USER_PROCESSES else "no" }} + #KillOnlyUsers= diff --git a/debian/patches/series b/debian/patches/series index de2fa2c..559e673 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -9,3 +9,4 @@ debian/Skip-flaky-test_resolved_domain_restricted_dns-in-network.patch debian/localectl-disable-keymap-support.patch progress-linux/0001-agetty-nohostname.patch progress-linux/0002-proc-hidepid.patch +progress-linux/0003-logind-noautovts.patch -- cgit v1.2.3