diff options
author | Theodore Ts'o <tytso@mit.edu> | 2007-12-05 21:01:22 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2007-12-05 21:01:22 -0500 |
commit | 7ce238977a4bc9c5965617d76848477abad0f76a (patch) | |
tree | f8cbbc609ecfbc46f8d0a91c9de411e0f61005a6 /e2fsck | |
parent | 04aa4727e61a5e5e6a2bca545668e8dde2985838 (diff) | |
download | e2fsprogs-7ce238977a4bc9c5965617d76848477abad0f76a.tar.gz |
Add Ubuntu-specific e2fsck.conf file to work around Ubuntu issues
Ubuntu has init script and installer issues which cause them to have
significant problems with time zones. This is compounded with a
relatively inexperienced user base who want to dual boot with Windows
and so have their hardware clocks tick localtime.
Addresses-Ubuntu-Bug: #131201
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'e2fsck')
-rw-r--r-- | e2fsck/e2fsck.conf.ubuntu | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/e2fsck/e2fsck.conf.ubuntu b/e2fsck/e2fsck.conf.ubuntu new file mode 100644 index 00000000..49d6d19b --- /dev/null +++ b/e2fsck/e2fsck.conf.ubuntu @@ -0,0 +1,2 @@ +[options] + buggy_init_scripts = 1 |