summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authoravg <avg@FreeBSD.org>2013-07-09 08:59:39 +0000
committeravg <avg@FreeBSD.org>2013-07-09 08:59:39 +0000
commit22e327d0053fd6094d76854a6c73d640ef59799a (patch)
treee83e117731a0f387dc6a879726f3268d6112104d /etc
parenta9e12e57cbe1fea21e7ccb39bfa85b40df7354c1 (diff)
downloadFreeBSD-src-22e327d0053fd6094d76854a6c73d640ef59799a.zip
FreeBSD-src-22e327d0053fd6094d76854a6c73d640ef59799a.tar.gz
rc.d/zfs: pass -v option to zfs mount
this should make boot process more informative (and entertaining) on systems with lots of zfs filesystems. MFC after: 7 days
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.d/zfs2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/zfs b/etc/rc.d/zfs
index cabbcf6..598723a 100755
--- a/etc/rc.d/zfs
+++ b/etc/rc.d/zfs
@@ -23,7 +23,7 @@ zfs_start_jail()
zfs_start_main()
{
- zfs mount -a
+ zfs mount -va
zfs share -a
if [ ! -r /etc/zfs/exports ]; then
touch /etc/zfs/exports
OpenPOWER on IntegriCloud