From 71a8f9af7197c3e7cbbcc9d754a49fa752798ae1 Mon Sep 17 00:00:00 2001 From: Christian Schmidt Date: Thu, 22 Apr 2010 07:07:58 +0200 Subject: [PATCH] Added e2fsck.conf, this should fix manual superblock correction. This fixes bug #0000623 --- config/etc/e2fsck.conf | 13 +++++++++++++ config/rootfiles/common/stage2 | 1 + 2 files changed, 14 insertions(+) create mode 100644 config/etc/e2fsck.conf 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 -- 2.39.2