diff --git a/debian/patches/progress-linux/0002-logind-noautovts.patch b/debian/patches/progress-linux/0002-logind-noautovts.patch new file mode 100644 index 0000000..038f013 --- /dev/null +++ b/debian/patches/progress-linux/0002-logind-noautovts.patch @@ -0,0 +1,15 @@ +Author: Daniel Baumann +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 +@@ -17,7 +17,7 @@ + # See logind.conf(5) for details. + + [Login] +-#NAutoVTs=6 ++NAutoVTs=10 + #ReserveVT=6 + #KillUserProcesses={{ "yes" if KILL_USER_PROCESSES else "no" }} + #KillOnlyUsers= diff --git a/debian/patches/series b/debian/patches/series index 67a36a3..5fd692e 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ progress-linux/0001-agetty-nohostname.patch +progress-linux/0002-logind-noautovts.patch