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
commit84cd6d409efca203e89b44218ab92d69e693068d (patch)
tree1a98f18d3258c88e66ed4e0307f8efe45dba9e76
parentDisabling ctrl-alt-del.target. (diff)
downloadsystemd-84cd6d409efca203e89b44218ab92d69e693068d.tar.xz
systemd-84cd6d409efca203e89b44218ab92d69e693068d.zip
Enabling 10 automatic virtual terminals in logind.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/patches/progress-linux/0003-logind-noautovts.patch15
-rw-r--r--debian/patches/series1
2 files changed, 16 insertions, 0 deletions
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..465ffe9
--- /dev/null
+++ b/debian/patches/progress-linux/0003-logind-noautovts.patch
@@ -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
+@@ -12,7 +12,7 @@
+ # See logind.conf(5) for details.
+
+ [Login]
+-#NAutoVTs=6
++NAutoVTs=10
+ #ReserveVT=6
+ #KillUserProcesses=@KILL_USER_PROCESSES@
+ #KillOnlyUsers=
diff --git a/debian/patches/series b/debian/patches/series
index a5bbdd7..08afc65 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -66,3 +66,4 @@ debian/Revert-udev-link_update-should-fail-if-the-entry-in-symli.patch
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