mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Added e2fsck.conf, this should fix manual superblock correction.
This fixes bug #0000623
This commit is contained in:
13
config/etc/e2fsck.conf
Normal file
13
config/etc/e2fsck.conf
Normal 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
|
||||
}
|
||||
@@ -8,6 +8,7 @@ dev/null
|
||||
dev/console
|
||||
etc/bashrc
|
||||
etc/certparams
|
||||
etc/e2fsck.conf
|
||||
etc/fstab
|
||||
etc/group
|
||||
etc/hddtemp.db
|
||||
|
||||
Reference in New Issue
Block a user