tAdd ttyAMA0 to securetty. - uwu - hardware bitcoin wallet software and build system
HTML git clone https://git.parazyd.org/uwu
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 2354577e2c59894bfee72e287fb91d467c88d97e
DIR parent 0687009f4500b8f20394163e35cb2d888858d288
HTML Author: parazyd <parazyd@dyne.org>
Date: Tue, 2 Feb 2021 22:09:02 +0100
Add ttyAMA0 to securetty.
Diffstat:
M install.sh.in | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
DIR diff --git a/install.sh.in b/install.sh.in
t@@ -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
t@@ -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