Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Oct 2017 12:06:24 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r324274 - stable/11/etc/defaults
Message-ID:  <201710041206.v94C6OjL017146@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz
Date: Wed Oct  4 12:06:24 2017
New Revision: 324274
URL: https://svnweb.freebsd.org/changeset/base/324274

Log:
  MFC r320892:
  
  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.

Modified:
  stable/11/etc/defaults/rc.conf
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/etc/defaults/rc.conf
==============================================================================
--- stable/11/etc/defaults/rc.conf	Wed Oct  4 12:04:35 2017	(r324273)
+++ stable/11/etc/defaults/rc.conf	Wed Oct  4 12:06:24 2017	(r324274)
@@ -90,7 +90,7 @@ geli_autodetach="YES"	# Automatically detach on last c
 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710041206.v94C6OjL017146>