Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 142850 | Differences between
and this patch

Collapse All | Expand All

(-)baselayout-1.12.5/sbin/rc (-1 / +1 lines)
Lines 436-442 Link Here
436
436
437
        # Start checkroot and modules before we load volumes
437
        # Start checkroot and modules before we load volumes
438
        export START_CRITICAL="yes"
438
        export START_CRITICAL="yes"
439
        for x in checkroot modules ; do
439
        for x in clock checkroot modules ; do
440
                [[ " ${CRITICAL_SERVICES} " != *" ${x} "* ]] && continue
440
                [[ " ${CRITICAL_SERVICES} " != *" ${x} "* ]] && continue
441
                start_critical_service "${x}"
441
                start_critical_service "${x}"
442
        done
442
        done

Return to bug 142850