summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-06 02:31:14 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-06 02:31:14 +0000
commitfca1d9eed0b4f21d57d8054f53a25325faf9b689 (patch)
tree75282627166cd3fd00b6210f4de20efb9bbe738f
parentEnabling 10 automatic virtual terminals in logind. (diff)
downloadsystemd-fca1d9eed0b4f21d57d8054f53a25325faf9b689.tar.xz
systemd-fca1d9eed0b4f21d57d8054f53a25325faf9b689.zip
Reserving virtual terminal on position 2 in logind.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/patches/progress-linux/0004-logind-reservevt.patch15
-rw-r--r--debian/patches/series1
2 files changed, 16 insertions, 0 deletions
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..5aefd2e
--- /dev/null
+++ b/debian/patches/progress-linux/0004-logind-reservevt.patch
@@ -0,0 +1,15 @@
+Author: Daniel Baumann <daniel.baumann@progress-linux.org>
+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
+@@ -13,7 +13,7 @@
+
+ [Login]
+ NAutoVTs=10
+-#ReserveVT=6
++ReserveVT=2
+ #KillUserProcesses=@KILL_USER_PROCESSES@
+ #KillOnlyUsers=
+ #KillExcludeUsers=root
diff --git a/debian/patches/series b/debian/patches/series
index 08afc65..3a2f4de 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -67,3 +67,4 @@ debian/Revert-udev-make-algorithm-that-selects-highest-priority-.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