From: Christian Schmidt Date: Thu, 22 Apr 2010 05:07:58 +0000 (+0200) Subject: Added e2fsck.conf, this should fix manual superblock correction. X-Git-Tag: v2.9-beta1~362^2 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=71a8f9af7197c3e7cbbcc9d754a49fa752798ae1 Added e2fsck.conf, this should fix manual superblock correction. This fixes bug #0000623 --- diff --git a/config/etc/e2fsck.conf b/config/etc/e2fsck.conf new file mode 100644 index 0000000000..61aee5d213 --- /dev/null +++ b/config/etc/e2fsck.conf @@ -0,0 +1,13 @@ +[problems] + +# Superblock last mount time is in the future (PR_0_FUTURE_SB_LAST_MOUNT). +0x000031 = { + preen_ok = true + preen_nomessage = true +} + +# Superblock last write time is in the future (PR_0_FUTURE_SB_LAST_WRITE). +0x000032 = { + preen_ok = true + preen_nomessage = true +} \ No newline at end of file diff --git a/config/rootfiles/common/stage2 b/config/rootfiles/common/stage2 index 6a7a099724..3856d7f4bb 100644 --- a/config/rootfiles/common/stage2 +++ b/config/rootfiles/common/stage2 @@ -8,6 +8,7 @@ dev/null dev/console etc/bashrc etc/certparams +etc/e2fsck.conf etc/fstab etc/group etc/hddtemp.db