aboutsummaryrefslogtreecommitdiff
path: root/contrib/getty.boot
blob: bb5a5e394966cbf2c8ef677998db60f3fce11644 (plain)
1
2
3
4
for getty in 1 2 3 4 5 6; do
    while :; do /sbin/getty 38400 tty${getty} 2>&1 ; done &  # busybox getty
    while :; do /sbin/getty /dev/tty${getty} linux 2>&1 ; done &  # ubase getty
done