This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, master has been updated via 71a8f9af7197c3e7cbbcc9d754a49fa752798ae1 (commit) from 6411b32c6e1c6ffa066d27b8acbb2178ec33578d (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 71a8f9af7197c3e7cbbcc9d754a49fa752798ae1 Author: Christian Schmidt maniacikarus@ipfire.org Date: Thu Apr 22 07:07:58 2010 +0200
Added e2fsck.conf, this should fix manual superblock correction.
This fixes bug #0000623
-----------------------------------------------------------------------
Summary of changes: config/etc/e2fsck.conf | 13 +++++++++++++ config/rootfiles/common/stage2 | 1 + 2 files changed, 14 insertions(+), 0 deletions(-) create mode 100644 config/etc/e2fsck.conf
Difference in files: diff --git a/config/etc/e2fsck.conf b/config/etc/e2fsck.conf new file mode 100644 index 0000000..61aee5d --- /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 6a7a099..3856d7f 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
hooks/post-receive -- IPFire 2.x development tree