Lines Matching +full:sets +full:- +full:of +full:- +full:ports
1 .\"-
2 .\" Copyright (c) 2011-2013 Nathan Whitehorn <nwhitehorn@FreeBSD.org> All rights reserved.
6 .\" Portions of this documentation were written by Björn Zeeb
12 .\" 1. Redistributions of source code must retain the above copyright
13 .\" notice, this list of conditions and the following disclaimer.
15 .\" notice, this list of conditions and the following disclaimer in the
20 .\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
23 .\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
24 .\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
27 .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28 .\" POSSIBILITY OF SUCH DAMAGE.
43 is used for installation of new systems, both for system setup from
44 installation media, e.g., CD-ROMs, and for use on live systems to prepare
49 takes a target and possible parameters of the target as arguments.
59 .Bl -tag -width indent+
69 Most of the following targets are only useful for scripting the installer.
76 .Bl -tag -width "jail destination"
80 Sets up a new chroot system at
108 is set, also sets the host name of the current system.
118 is set, also configures the network interfaces of the current system to match.
120 Provides the installer's interactive guided disk partitioner for single-disk
126 Provides a ZFS-only automatic interactive disk partitioner.
133 .Pa /usr/ports ,
147 Sets up disks like
151 but non-interactively according to the disk setup specified in
153 Each disk setup is specified by a three-part argument:
183 It consists of a comma-separated list of partitions to create enclosed in
201 filesystem type, e.g., freebsd-ufs, freebsd-zfs, or freebsd-swap.
204 argument sets where the created partition is to be mounted in the installed
208 bsdinstall scriptedpart ada0 { 20G freebsd-ufs /, 4G freebsd-swap, 20G freebsd-ufs /var, auto freebsd-ufs /usr }
210 Note that the list of partitions should
239 Verifies the checksums of the distributions listed in
262 Interactively sets the time, date, and time zone of the new system.
268 Reads a small amount of data from
279 The following environment variables control various aspects of the installation
285 .Bl -tag -width "BSDINSTALL_DISTSITE"
291 The set of distributions to install, e.g., "base.txz kernel.txz ports.txz".
294 The partitioning of the disk onto which the system is being installed.
297 of
308 .Dq Pa /usr/freebsd-dist
324 .Pa https://download.freebsd.org/ftp/releases/powerpc/powerpc64/13.1-RELEASE/
326 .Pa http://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/amd64/12.2-RELEASE/ .
329 directory at which the root file system of the new system should be mounted.
428 Each option must be preceded by the -O flag to be taken into consideration
432 .Dq Li "-O compress=lz4 -O atime=off"
435 This is a non-mountable dataset meant to be a parent dataset where different
445 The type of pool to be created for the base system.
446 This variable can take one of this values: stripe (No redundancy),
447 mirror (n-Way mirroring), raid10 (RAID 1+0 - n x 2-Way Mirrors),
448 raidz1 (RAID-Z1 - Single Redundancy RAID), raidz2 (RAID-Z2 - Double Redundancy RAID)
449 or raidz3 (RAID-Z3 Triple Redundancy RAID).
453 Controls the minimum sector size of the pool.
456 Note that the sector size of the pool will always be at least
457 the sector size of the backing disks.
475 If set, a separated boot pool will be created for the kernel of the
489 Size of the boot pool when it is enabled (See
501 Size of the swap partition on each block device.
508 If set, enables the encryption of the swap partition using
534 supports unattended, or minimally-attended, installations using scripting.
543 scripted installations do not support fetching of remote distribution files
547 scripts consist of two parts: a
551 The preamble sets up the options for the installation (how to partition the
558 The two parts are separated by the usual script header (#!), which also sets
563 .Bd -literal -offset indent
575 .Bd -literal -offset indent
593 This can be used for unattended network installation of new systems; see
597 The preamble consists of installer settings.
603 script run at the very beginning of the install.
619 instead of
623 instead of
632 must be set to create the pool of disks for the base system.
634 .Bd -literal -offset indent
645 This script will be run at the end of the installation process inside a
661 The default value of
664 .Bd -literal -offset indent
680 # Ports tree
681 /usr/ports setuid=off
695 The first column is the name of the dataset to be created as part of the
697 pool and the remainder of each line contains the options to be set on each dataset.
702 .Dl mkdir release-media
703 .Dl tar -C release-media -xvf FreeBSD-13.0-RELEASE-amd64-disc1.iso
713 .Dl sh /usr/src/release/amd64/mkisoimages.sh -b '13_0_RELEASE_AMD64_CD' output.iso release-media
715 This version of