[Bug 563618] Re: there is no way to tell fsck to ignore broken clocks on embedded systems
Scott James Remnant
scott at canonical.com
Thu Apr 15 18:08:24 UTC 2010
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;
}
** Changed in: util-linux (Ubuntu Lucid)
Assignee: (unassigned) => Scott James Remnant (scott)
--
there is no way to tell fsck to ignore broken clocks on embedded systems
https://bugs.launchpad.net/bugs/563618
You received this bug notification because you are a member of Kernel
Bugs, which is subscribed to util-linux in ubuntu.
More information about the kernel-bugs
mailing list