From f25615bc977eb520585f4e4915a6273c78dc368f Mon Sep 17 00:00:00 2001 From: Sam Ebstein Date: Tue, 15 Oct 2024 10:26:02 -0700 Subject: [PATCH] rootfs/etc: removed the extra ::respawn:-/bin/bash line from the inittab configuration to resolve an issue where stdin to the shell was not working properly due to multiple console shells being spawned. --- rootfs/etc/inittab | 1 - 1 file changed, 1 deletion(-) diff --git a/rootfs/etc/inittab b/rootfs/etc/inittab index 7224eab..8a598f2 100644 --- a/rootfs/etc/inittab +++ b/rootfs/etc/inittab @@ -23,7 +23,6 @@ null::sysinit:/bin/ln -sf /proc/self/fd/2 /dev/stderr # Put shells on the serial terminal and console console::respawn:-/bin/bash ttyS0::respawn:-/bin/bash -::respawn:-/bin/bash # Stuff to do for the 3-finger salute ::ctrlaltdel:/sbin/reboot