commit | 60702c267d83bc75ca22e8efb5eff0e1a8821800 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sat Sep 22 20:42:04 2007 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat Sep 22 20:43:11 2007 -0400 |
tree | e76ded9dd8a78fae134b987d96c30618097533fc | |
parent | ed773a263829493e4e4bf612dbec2380cf09349f [diff] |
Work around lame Ubuntu init scripts / installer bugs The Ubuntu init scripts don't properly set the system time correctly from hardware clock if the hardware clock is configured to tick local time instead of GMT time. Work around this as best as we can by providing an option in /etc/e2fsck.conf which can be set on Ubuntu systems: [options] buggy_init_scripts = 1 Addresses-Debian-Bug: #441093 Addresses-Ubuntu-Bug: #131201 Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>