Author: avg
Date: Tue Jul  9 08:59:39 2013
New Revision: 253076
URL: http://svnweb.freebsd.org/changeset/base/253076

Log:
  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

Modified:
  head/etc/rc.d/zfs

Modified: head/etc/rc.d/zfs
==============================================================================
--- head/etc/rc.d/zfs   Tue Jul  9 08:58:34 2013        (r253075)
+++ head/etc/rc.d/zfs   Tue Jul  9 08:59:39 2013        (r253076)
@@ -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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to