17 Jan
2010
17 Jan
'10
10:20 p.m.
On 17/01/2010 11:42 μμ, Tom wrote:
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!?
That code is here: http://projects.archlinux.org/initscripts.git/tree/rc.sysinit?id=2009.08-1#n... Looks correct to me.