Make fsck_y_enable default to passing pass -R to fsck_ffs(8) in addition
to -y. To me, fsck_y_enable means "try as hard as possible", and without -R, it... well, doesn't. Reviewed by: mckusick Obtained from: CheriBSD MFC after: 2 weeks Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D11490
This commit is contained in:
parent
1671f70652
commit
d43225de5c
@ -92,7 +92,7 @@ geli_autodetach="YES" # Automatically detach on last close.
|
||||
root_rw_mount="YES" # Set to NO to inhibit remounting root read-write.
|
||||
root_hold_delay="30" # Time to wait for root mount hold release.
|
||||
fsck_y_enable="NO" # Set to YES to do fsck -y if the initial preen fails.
|
||||
fsck_y_flags="" # Additional flags for fsck -y
|
||||
fsck_y_flags="-T ffs:-R -T ufs:-R" # Additional flags for fsck -y
|
||||
background_fsck="YES" # Attempt to run fsck in the background where possible.
|
||||
background_fsck_delay="60" # Time to wait (seconds) before starting the fsck.
|
||||
netfs_types="nfs:NFS smbfs:SMB" # Net filesystems.
|
||||
|
Loading…
Reference in New Issue
Block a user