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.

This commit is contained in:
Sam Ebstein 2024-10-15 10:26:02 -07:00
parent bb76f61615
commit f25615bc97
Signed by: sam.ebstein
GPG Key ID: 6418F27A5E20ADD7
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ null::sysinit:/bin/ln -sf /proc/self/fd/2 /dev/stderr
# Put shells on the serial terminal and console # Put shells on the serial terminal and console
console::respawn:-/bin/bash console::respawn:-/bin/bash
ttyS0::respawn:-/bin/bash ttyS0::respawn:-/bin/bash
::respawn:-/bin/bash
# Stuff to do for the 3-finger salute # Stuff to do for the 3-finger salute
::ctrlaltdel:/sbin/reboot ::ctrlaltdel:/sbin/reboot