Comment 7 for bug 563618

Revision history for this message
Scott James Remnant (Canonical) (canonical-scott) wrote : Re: there is no way to tell fsck to ignore broken clocks on embedded systems

fwiw, here's the e2fsck code for "broken_system_clock", so it really should be directly equivalent!

                if ((code == PR_0_FUTURE_SB_LAST_MOUNT) ||
                    (code == PR_0_FUTURE_SB_LAST_WRITE)) {
                        profile_get_boolean(ctx->profile, "options",
                                            "broken_system_clock", 0, 0,
                                            &broken_system_clock);
                        if (broken_system_clock)
                                ptr->flags |= PR_PREEN_OK;
                }