diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 20:52:56 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 20:52:56 +0000 |
commit | d2a2926638defb163d804bdcd34f47b0590b333b (patch) | |
tree | 9e94cfa53f0d2b8a230c9f664f4078d0231efb78 | |
parent | Enabling 10 automatic virtual terminals in logind. (diff) | |
download | systemd-d2a2926638defb163d804bdcd34f47b0590b333b.tar.xz systemd-d2a2926638defb163d804bdcd34f47b0590b333b.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.patch | 15 | ||||
-rw-r--r-- | debian/patches/series | 1 |
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..69bdc7d --- /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 +@@ -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 559e673..893204e 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -10,3 +10,4 @@ debian/localectl-disable-keymap-support.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 |