From 8693f21b23c5a970a9669a4a4e0b0a130bff4446 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 17 Sep 2020 00:01:32 +0300 Subject: oops --- contrib/getty.boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/getty.boot') diff --git a/contrib/getty.boot b/contrib/getty.boot index 3d8079c..13986a3 100644 --- a/contrib/getty.boot +++ b/contrib/getty.boot @@ -1,4 +1,4 @@ for getty in 1 2 3 4 5 6; do respawn getty 38400 tty${getty} 2>&1 & # busybox getty - respawn getty /dev/tty${getty} linux 2>&1 & # ubase getty +# respawn getty /dev/tty${getty} linux 2>&1 & # ubase getty done -- cgit v1.2.3