commit 9404de3164b5670118156c719c814dd59c9acbbf parent 19d544059993012f0c0d81d4f26468d25f5c7167 Author: sin <sin@2f30.org> Date: Mon, 10 Feb 2014 12:11:17 +0000 We now use our own getty from ubase Diffstat:
M | bin/rc.svc | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/rc.svc b/bin/rc.svc @@ -16,4 +16,4 @@ done echo Running rc.local [ -x /bin/rc.local ] && /bin/rc.local -while :; do getty 38400 tty1 linux; done & +while :; do getty /dev/tty1 linux; done &