Date: Tue, 9 Jul 2013 08:59:40 +0000 (UTC) From: Andriy Gapon <avg@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r253076 - head/etc/rc.d Message-ID: <201307090859.r698xebN021760@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307090859.r698xebN021760>