svn commit: r300521 - head/usr.sbin/bsdinstall/scripts

Allan Jude allanjude at FreeBSD.org
Mon May 23 16:49:27 UTC 2016


Author: allanjude
Date: Mon May 23 16:49:26 2016
New Revision: 300521
URL: https://svnweb.freebsd.org/changeset/base/300521

Log:
  Fix missing pool name in zfs set command

Modified:
  head/usr.sbin/bsdinstall/scripts/zfsboot

Modified: head/usr.sbin/bsdinstall/scripts/zfsboot
==============================================================================
--- head/usr.sbin/bsdinstall/scripts/zfsboot	Mon May 23 16:37:04 2016	(r300520)
+++ head/usr.sbin/bsdinstall/scripts/zfsboot	Mon May 23 16:49:26 2016	(r300521)
@@ -1312,7 +1312,7 @@ zfs_create_boot()
 
 	f_dprintf "$funcname: Set canmount=noauto for the root of the pool..."
 	f_eval_catch $funcname zfs "$ZFS_SET" "canmount=noauto" \
-		"$ZFSBOOT_BEROOT_NAME/$ZFSBOOT_BOOTFS_NAME"
+		"$zroot_name/$ZFSBOOT_BEROOT_NAME/$ZFSBOOT_BOOTFS_NAME"
 
 	# Touch up permissions on the tmp directories
 	f_dprintf "$funcname: Modifying directory permissions..."


More information about the svn-src-head mailing list