fs

morpheus filesystem files
git clone git://git.2f30.org/fs
Log | Files | Refs

commit d8d9cda79187a7f933ec656d20426c932285ad67
parent 1d08ab152c12fb6b1702032c0189c8346b83d7fc
Author: sin <sin@2f30.org>
Date:   Fri,  7 Feb 2014 11:31:05 +0000

Run this getty in the bg

Diffstat:
Mbin/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 38400 tty1 linux; done &