From d41d5db25c10b2f1bab804b5f1744daccf09c2ed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 17:36:56 +0200 Subject: Reserving virtual terminal on position 2 in logind. Signed-off-by: Daniel Baumann --- debian/patches/progress-linux/0004-logind-reservevt.patch | 15 +++++++++++++++ debian/patches/series | 1 + 2 files changed, 16 insertions(+) create mode 100644 debian/patches/progress-linux/0004-logind-reservevt.patch diff --git a/debian/patches/progress-linux/0004-logind-reservevt.patch b/debian/patches/progress-linux/0004-logind-reservevt.patch new file mode 100644 index 0000000..69bdc7d --- /dev/null +++ b/debian/patches/progress-linux/0004-logind-reservevt.patch @@ -0,0 +1,15 @@ +Author: Daniel Baumann +Description: Reserving virtual terminal on position 2 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 +@@ -16,7 +16,7 @@ + + [Login] + NAutoVTs=10 +-#ReserveVT=6 ++ReserveVT=2 + #KillUserProcesses={{ "yes" if KILL_USER_PROCESSES else "no" }} + #KillOnlyUsers= + #KillExcludeUsers=root diff --git a/debian/patches/series b/debian/patches/series index b010f32..a151663 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -21,3 +21,4 @@ debian/Skip-flaky-test_resolved_domain_restricted_dns-in-network.patch progress-linux/0001-agetty-nohostname.patch progress-linux/0002-proc-hidepid.patch progress-linux/0003-logind-noautovts.patch +progress-linux/0004-logind-reservevt.patch -- cgit v1.2.3