> 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!?