summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoravg <avg@FreeBSD.org>2013-07-09 08:40:05 +0000
committeravg <avg@FreeBSD.org>2013-07-09 08:40:05 +0000
commitdbecaf37d8b8ba68edba9414415ec0cbe853b658 (patch)
treec647bcec0cd1ff0da222c412981268fc0acebdbd
parent6587719d8d4a7f498cd9c8e8d2acf8420c3b401d (diff)
downloadFreeBSD-src-dbecaf37d8b8ba68edba9414415ec0cbe853b658.zip
FreeBSD-src-dbecaf37d8b8ba68edba9414415ec0cbe853b658.tar.gz
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
-rw-r--r--sys/boot/forth/loader.conf8
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf
index 98bf2a2..76f40c4 100644
--- a/sys/boot/forth/loader.conf
+++ b/sys/boot/forth/loader.conf
@@ -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"
OpenPOWER on IntegriCloud