diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 02:39:48 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 02:39:48 +0000 |
commit | cc5848502bbbc51e1ab8b52a800a3acad333cc55 (patch) | |
tree | b6c29b961b9673c4c2d154416729f17e1894f7c0 | |
parent | Disabling ctrl-alt-del.target. (diff) | |
download | systemd-cc5848502bbbc51e1ab8b52a800a3acad333cc55.tar.xz systemd-cc5848502bbbc51e1ab8b52a800a3acad333cc55.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.patch | 15 | ||||
-rw-r--r-- | debian/patches/series | 1 |
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 468d16c..95977fc 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -79,3 +79,4 @@ debian/Add-env-variable-for-machine-ID-path.patch debian/Drop-seccomp-system-call-filter-for-udev.patch progress-linux/0001-agetty-nohostname.patch progress-linux/0002-proc-hidepid.patch +progress-linux/0003-logind-noautovts.patch |