Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Mar 2014 15:59:26 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r263638 - head/usr.sbin/bsdinstall/scripts
Message-ID:  <201403221559.s2MFxQwQ081738@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403221559.s2MFxQwQ081738>