]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - config/etc/e2fsck.conf
Added e2fsck.conf, this should fix manual superblock correction.
[people/pmueller/ipfire-2.x.git] / config / etc / e2fsck.conf
diff --git a/config/etc/e2fsck.conf b/config/etc/e2fsck.conf
new file mode 100644 (file)
index 0000000..61aee5d
--- /dev/null
@@ -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