Comment 39 for bug 443080

Revision history for this message
stop (whoopwhoop) wrote : Re: boot hangs during forced fsck

Won't doing that just ensure that it gets stuck every time? I think this because running sudo mountall --debug never returns for me because it gets stuck at my Private folder and asks for pass phrases, keys and the likes... I know the pass phrase but I don't remember all the key and sypher settings (I just went for defaults, as I remember).

Also, what do you mean with "to the mountall invocation itself." Do you mean modify like this:
script
    . /etc/default/rcS
    [ -f /forcefsck ] && force_fsck="--force-fsck"
    [ "$FSCKFIX" = "yes" ] && fsck_fix="--fsck-fix"
    [ -n "$TMPTIME" ] && tmptime="--tmptime=$TMPTIME"
    exec mountall --daemon $force_fsck $fsck_fix $tmptime --debug >/dev/mountall.log 2>&1
end script