On 18/01/2010 12:42 πμ, Tom wrote:
That code is here:
http://projects.archlinux.org/initscripts.git/tree/rc.sysinit?id=2009.08-1#n266
Looks correct to me.
Thanks,
but then it doesn't skip fsck when hitting control-c but drops
to /sbin/sulogin ?
Maybe fsck doesn't return 32 as it's supposed to. You can verify this by
adding `echo fsck returned ${fsckret}' inside that code block in
/etc/rc.sysinit. Next time you'll encounter this behavior, you'll know
the code returned by fsck. From there, you might be able to troubleshoot
this issue further.