Added e2fsck.conf, this should fix manual superblock correction.

This fixes bug #0000623
This commit is contained in:
Christian Schmidt
2010-04-22 07:07:58 +02:00
parent 6411b32c6e
commit 71a8f9af71
2 changed files with 14 additions and 0 deletions

13
config/etc/e2fsck.conf Normal file
View File

@@ -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
}

View File

@@ -8,6 +8,7 @@ dev/null
dev/console
etc/bashrc
etc/certparams
etc/e2fsck.conf
etc/fstab
etc/group
etc/hddtemp.db