Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jul 2013 08:40:05 +0000 (UTC)
From:      Andriy Gapon <avg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r253071 - head/sys/boot/forth
Message-ID:  <201307090840.r698e5lw015920@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: avg
Date: Tue Jul  9 08:40:05 2013
New Revision: 253071
URL: http://svnweb.freebsd.org/changeset/base/253071

Log:
  default loader.conf: there is no need to load zpool.cache now
  
  kernel does not need it for importing a root pool.
  
  MFC after:	4 weeks

Modified:
  head/sys/boot/forth/loader.conf

Modified: head/sys/boot/forth/loader.conf
==============================================================================
--- head/sys/boot/forth/loader.conf	Tue Jul  9 08:37:42 2013	(r253070)
+++ head/sys/boot/forth/loader.conf	Tue Jul  9 08:40:05 2013	(r253071)
@@ -518,11 +518,3 @@ mac_seeotheruids_load="NO"	# UID visbili
 #module_before="cmd"		# executes "cmd" before loading the module
 #module_after="cmd"		# executes "cmd" after loading the module
 #module_error="cmd"		# executes "cmd" if load fails
-
-##############################################################
-###  Always try to load ZFS pool cache file  #################
-##############################################################
-
-zpool_cache_load="YES"
-zpool_cache_type="/boot/zfs/zpool.cache"
-zpool_cache_name="/boot/zfs/zpool.cache"



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