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

Bryan Drewery bdrewery at FreeBSD.org
Sat Mar 22 15:59:26 UTC 2014


Author: bdrewery
Date: Sat Mar 22 15:59:26 2014
New Revision: 263638
URL: http://svnweb.freebsd.org/changeset/base/263638

Log:
  Create a root dataset so that /root is outside of the boot environment.
  
  Discussed with:	dteske on sysinstall@
  MFC after:	1 month

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

Modified: head/usr.sbin/bsdinstall/scripts/zfsboot
==============================================================================
--- head/usr.sbin/bsdinstall/scripts/zfsboot	Sat Mar 22 15:59:18 2014	(r263637)
+++ head/usr.sbin/bsdinstall/scripts/zfsboot	Sat Mar 22 15:59:26 2014	(r263638)
@@ -129,6 +129,8 @@ f_isset ZFSBOOT_DATASETS || ZFSBOOT_DATA
 	# Home directories separated so they are common to all BEs
 	/usr/home	# NB: /home is a symlink to /usr/home
 
+	/root		mountpoint=/root
+
 	# Ports tree
 	/usr/ports		compression=lz4,setuid=off
 


More information about the svn-src-all mailing list