svn commit: r253076 - head/etc/rc.d
Andriy Gapon
avg at FreeBSD.org
Tue Jul 9 08:59:40 UTC 2013
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
More information about the svn-src-head
mailing list