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
This commit is contained in:
Andriy Gapon 2013-07-09 08:40:05 +00:00
parent 78ed7a7855
commit e4616f7bfb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=253071

View File

@ -518,11 +518,3 @@ mac_seeotheruids_load="NO" # UID visbility MAC policy
#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"