17 Jan
2010
17 Jan
'10
9:42 p.m.
All this aside, rc.sysinit is SUPPOSED to handle user cancellation. Remember fsck returns 32 if the user cancels it.
if [ ${fsckret} -gt 1 -a ${fsckret} -ne 32 ]; then
Could you perhaps post all of the relevant code, because I don't see it skipping the su-login part!?