From 7ce238977a4bc9c5965617d76848477abad0f76a Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Wed, 5 Dec 2007 21:01:22 -0500 Subject: [PATCH] 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" --- e2fsck/e2fsck.conf.ubuntu | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 e2fsck/e2fsck.conf.ubuntu diff --git a/e2fsck/e2fsck.conf.ubuntu b/e2fsck/e2fsck.conf.ubuntu new file mode 100644 index 0000000..49d6d19 --- /dev/null +++ b/e2fsck/e2fsck.conf.ubuntu @@ -0,0 +1,2 @@ +[options] + buggy_init_scripts = 1 -- 1.8.3.1