kiss-mfavila-large/ports/hummingbird-git-mod/files/tty

16 lines
192 B
Plaintext
Raw Normal View History

2021-06-06 22:36:04 +00:00
#!/bin/sh
. /usr/lib/hummingbird/rc.lib
setup_tty(){
for index in 1 2 3 4 5 6; do
while :; do
getty "/dev/tty${index}"
done &
done
wait
}
setup_tty