autoinst

scripts to make installation of custom debian easier and more automated
git clone git://deadbeef.fr/autoinst.git
Log | Files | Refs | README | LICENSE

commit 6cde8b5c98582a7368278091215d0873d7de392c
parent ce855d196b63545539c7efb407ed94a44049bc1d
Author: Morel BĂ©renger <berengermorel76@gmail.com>
Date:   Thu, 12 Nov 2020 19:54:21 +0100

fix 0c2ba15fb: make TTYs usable

Diffstat:
MTODO | 1-
Atemplates/generic/root/etc/sysctl.d/I-want-tty.conf | 1+
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/TODO b/TODO @@ -14,5 +14,4 @@ duplicate busybox: iproute2 duplicate busybox: psmisc scan for NICs? improve udhcpc script: requires conf for now, should find a better trick -make TTYs usable with a correct configuration of sysctl.d make debootstrap debuggable, for a start, and then, make it so that it does not pollute logs. diff --git a/templates/generic/root/etc/sysctl.d/I-want-tty.conf b/templates/generic/root/etc/sysctl.d/I-want-tty.conf @@ -0,0 +1 @@ +kernel.printk = 3 4 1 3