tSpawn getty on UART. - uwu - hardware bitcoin wallet software and build system
 (HTM) git clone https://git.parazyd.org/uwu
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 5463b3a564f6d4b73ffe6b8b1d3a3a27aa9b04e0
 (DIR) parent cf4d1efd9128d429177af35489ce0f0dc1dd7eb2
 (HTM) Author: parazyd <parazyd@dyne.org>
       Date:   Tue,  2 Feb 2021 22:48:14 +0100
       
       Spawn getty on UART.
       
       Diffstat:
         M install.sh.in                       |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/install.sh.in b/install.sh.in
       t@@ -39,6 +39,7 @@ cat <<EOF > /etc/inittab
        ::sysinit:/sbin/openrc boot
        ::wait:/sbin/openrc default
        ttyGS0::respawn:/sbin/getty -L ttyGS0 115200 vt100
       +ttyAMA0::respawn:/sbin/getty -L ttyAMA0 115200 vt100
        ::shutdown:/sbin/openrc shutdown
        EOF