Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Mar 2014 13:41:31 +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: r263768 - head/usr.sbin/bsdinstall/scripts
Message-ID:  <201403261341.s2QDfVIj005082@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Wed Mar 26 13:41:30 2014
New Revision: 263768
URL: http://svnweb.freebsd.org/changeset/base/263768

Log:
  Revert r263638 (create /root dataset) for now as it breaks install and needs
  more work in cases such as single-user mode.

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

Modified: head/usr.sbin/bsdinstall/scripts/zfsboot
==============================================================================
--- head/usr.sbin/bsdinstall/scripts/zfsboot	Wed Mar 26 10:17:17 2014	(r263767)
+++ head/usr.sbin/bsdinstall/scripts/zfsboot	Wed Mar 26 13:41:30 2014	(r263768)
@@ -129,8 +129,6 @@ 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?201403261341.s2QDfVIj005082>