uwu

hardware bitcoin wallet software and build system
git clone https://git.parazyd.org/uwu
Log | Files | Refs | README | LICENSE

commit 2354577e2c59894bfee72e287fb91d467c88d97e
parent 0687009f4500b8f20394163e35cb2d888858d288
Author: parazyd <parazyd@dyne.org>
Date:   Tue,  2 Feb 2021 22:09:02 +0100

Add ttyAMA0 to securetty.

Diffstat:
Minstall.sh.in | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/install.sh.in b/install.sh.in @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (c) 2020 Ivan J. <parazyd@dyne.org> +# Copyright (c) 2020-2021 Ivan J. <parazyd@dyne.org> # This file is part of uwu. # See LICENSE file for copyright and license details. set -e @@ -43,6 +43,7 @@ ttyGS0::respawn:/sbin/getty -L ttyGS0 115200 vt100 EOF echo "ttyGS0" >> /etc/securetty +echo "ttyAMA0" >> /etc/securetty boot_initscripts="rngd syslog urandom klogd hostname" for i in $boot_initscripts; do