diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2014-03-26 13:41:30 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2014-03-26 13:41:30 +0000 |
commit | 5552863ce9d20483eae56fb47fa00e569409b58c (patch) | |
tree | 82e6d2877adf8dec064f36744c0c8988b1d7598e | |
parent | c2d355f8e98d7bfbc2d6e15f896badf39245c2ea (diff) | |
download | FreeBSD-src-5552863ce9d20483eae56fb47fa00e569409b58c.zip FreeBSD-src-5552863ce9d20483eae56fb47fa00e569409b58c.tar.gz |
Revert r263638 (create /root dataset) for now as it breaks install and needs
more work in cases such as single-user mode.
-rwxr-xr-x | usr.sbin/bsdinstall/scripts/zfsboot | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/bsdinstall/scripts/zfsboot b/usr.sbin/bsdinstall/scripts/zfsboot index 721cd9a..e1102b6 100755 --- a/usr.sbin/bsdinstall/scripts/zfsboot +++ b/usr.sbin/bsdinstall/scripts/zfsboot @@ -129,8 +129,6 @@ f_isset ZFSBOOT_DATASETS || ZFSBOOT_DATASETS=" # 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 |