fs

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

commit a2ebdc26c8e60c0caed2386669c91628b3c0ec7a
parent 81faf3ae4930c50610ed45132b32c293c2594159
Author: sin <sin@2f30.org>
Date:   Mon, 17 Feb 2014 12:46:01 +0000

Fork getty from rc.init so we can bypass rc.svc if needed

Diffstat:
Mbin/rc.init | 2++
Mbin/rc.svc | 2--
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/rc.init b/bin/rc.init @@ -64,3 +64,5 @@ if [ -x /bin/rc.svc ]; then echo Running rc.svc /bin/rc.svc fi + +exec sh -c 'while :; do echo; getty /dev/tty1 linux; done' diff --git a/bin/rc.svc b/bin/rc.svc @@ -9,5 +9,3 @@ if [ -x /bin/rc.local ]; then echo Running rc.local /bin/rc.local fi - -exec sh -c 'while :; do echo; getty /dev/tty1 linux; done'