From c564eda438d7151a83d88cc962f2f61f5e484dbf Mon Sep 17 00:00:00 2001 From: Disassembler Date: Sun, 2 Sep 2018 13:09:51 +0200 Subject: [PATCH] Add tty on serial port --- basic/etc/inittab | 1 + 1 file changed, 1 insertion(+) diff --git a/basic/etc/inittab b/basic/etc/inittab index 493c41b..6676941 100644 --- a/basic/etc/inittab +++ b/basic/etc/inittab @@ -7,6 +7,7 @@ # Set up getty tty1::respawn:/sbin/getty -n -l /sbin/spotty 38400 tty1 +ttyS0::respawn:/sbin/getty -L 115200 ttyS0 xterm # Stuff to do for the 3-finger salute ::ctrlaltdel:/sbin/reboot