summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdinstall/bsdinstall.8
diff options
context:
space:
mode:
authordteske <dteske@FreeBSD.org>2013-10-15 17:33:30 +0000
committerdteske <dteske@FreeBSD.org>2013-10-15 17:33:30 +0000
commit519a31817b4f252100bd4f7cb52572d9c5865aff (patch)
treee325b7542f019b559d404981ef1cbe45df3740d0 /usr.sbin/bsdinstall/bsdinstall.8
parent6db264ac2ae8e741c9b4edae45d09ffc1bae5e4d (diff)
downloadFreeBSD-src-519a31817b4f252100bd4f7cb52572d9c5865aff.zip
FreeBSD-src-519a31817b4f252100bd4f7cb52572d9c5865aff.tar.gz
Man page updates to go along with SVN r256343, introducing zfsboot.
Diffstat (limited to 'usr.sbin/bsdinstall/bsdinstall.8')
-rw-r--r--usr.sbin/bsdinstall/bsdinstall.824
1 files changed, 24 insertions, 0 deletions
diff --git a/usr.sbin/bsdinstall/bsdinstall.8 b/usr.sbin/bsdinstall/bsdinstall.8
index 503dce7..8943bb1 100644
--- a/usr.sbin/bsdinstall/bsdinstall.8
+++ b/usr.sbin/bsdinstall/bsdinstall.8
@@ -108,6 +108,21 @@ installations. Partitions disks, runs
.Xr newfs 8 ,
and writes the new system's
.Pa fstab .
+.It Cm zfsboot
+Provides the installer's
+.Pq experimental
+interactive/scriptable ZFS partitioner for multi-disk installations.
+Creates a single
+.Ic zpool
+with datasets and writes to the new system's
+.Pa rc.conf ,
+.Pa loader.conf ,
+and
+.Pa fstab .
+Supports
+.Xr geli 8 ,
+.Xr gnop 8 ,
+and many other features.
.It Cm partedit
Provides the installer's interactive manual disk partitioner, with support
for multi disk setups, non-UFS file systems, and manual selection of
@@ -315,6 +330,15 @@ the preamble can contain a variable
which is passed to the
.Cm scriptedpart
target to control disk setup.
+Alternatively,
+instead of
+.Ev PARTITIONS ,
+the preamble can contain the variable
+.Ev ZFSBOOT_DATASETS
+which is parsed by the
+.Pq experimental
+.Cm zfsboot
+target to control ZFS datasets/options of the boot pool setup.
.Ss SETUP SCRIPT
Following the preamble is an optional shell script, beginning with a #!
declaration. This script will be run at the end of the installation process
OpenPOWER on IntegriCloud