svn commit: r263768 - head/usr.sbin/bsdinstall/scripts
Bryan Drewery
bdrewery at FreeBSD.org
Wed Mar 26 13:41:31 UTC 2014
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
More information about the svn-src-all
mailing list