diff --git a/config/etc/e2fsck.conf b/config/etc/e2fsck.conf new file mode 100644 index 000000000..61aee5d21 --- /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 6a7a09972..3856d7f4b 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