Lines Matching +full:sets +full:- +full:of +full:- +full:ports
2 .\" SPDX-License-Identifier: BSD-2-Clause
4 .\" Copyright (c) 2011-2013 Nathan Whitehorn <nwhitehorn@FreeBSD.org> All rights reserved.
8 .\" Portions of this documentation were written by Björn Zeeb
14 .\" 1. Redistributions of source code must retain the above copyright
15 .\" notice, this list of conditions and the following disclaimer.
17 .\" notice, this list of conditions and the following disclaimer in the
22 .\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
25 .\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
26 .\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
29 .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
30 .\" POSSIBILITY OF SUCH DAMAGE.
45 is used for installation of new systems,
52 takes a target and possible parameters of the target as arguments.
62 .Bl -tag -width "-D file"
72 Most of the following targets are only useful for scripting the installer.
79 .Bl -tag -width "-D file"
83 Sets up a new chroot system at
111 is set, also sets the host name of the current system.
121 is set, also configures the network interfaces of the current system to match.
123 Provides the installer's interactive guided disk partitioner for single-disk
129 Provides a ZFS-only automatic interactive disk partitioner.
136 .Pa /usr/ports ,
150 Sets up disks like
154 but non-interactively according to the disk setup specified in
156 Each disk setup is specified by a three-part argument:
186 It consists of a comma-separated list of partitions to create enclosed in
204 filesystem type, e.g., freebsd-ufs, freebsd-zfs, or freebsd-swap.
207 argument sets where the created partition is to be mounted in the installed
211 bsdinstall scriptedpart ada0 { 20G freebsd-ufs /, 4G freebsd-swap, 20G freebsd-ufs /var, auto freeb…
213 Note that the list of partitions should
242 Verifies the checksums of the distributions listed in
250 .It Cm pkgbase Op Fl -jail
259 .Fl -jail
262 variant of each package set will be selected where applicable.
278 Interactively sets the time, date, and time zone of the new system.
284 Reads a small amount of data from
295 The following environment variables control various aspects of the installation
301 .Bl -tag -width "-D file"
307 The set of distributions to install, e.g., "base.txz kernel.txz ports.txz".
310 The partitioning of the disk onto which the system is being installed.
324 .Dq Pa /usr/freebsd-dist
340 .Pa https://download.freebsd.org/ftp/releases/powerpc/powerpc64/13.1-RELEASE/
342 .Pa http://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/amd64/12.2-RELEASE/ .
356 directory at which the root file system of the new system should be mounted.
455 Each option must be preceded by the -O flag to be taken into consideration
459 .Dq Li "-O compression=on -O atime=off"
462 This is a non-mountable dataset meant to be a parent dataset where different
472 The type of pool to be created for the base system.
473 This variable can take one of this values: stripe (No redundancy),
474 mirror (n-Way mirroring), raid10 (RAID 1+0 - n x 2-Way Mirrors),
475 raidz1 (RAID-Z1 - Single Redundancy RAID), raidz2 (RAID-Z2 - Double Redundancy RAID)
476 or raidz3 (RAID-Z3 Triple Redundancy RAID).
480 Controls the minimum sector size of the pool.
483 Note that the sector size of the pool will always be at least
484 the sector size of the backing disks.
502 If set, a separated boot pool will be created for the kernel of the
516 Size of the boot pool when it is enabled (See
528 Size of the swap partition on each block device.
535 If set, enables the encryption of the swap partition using
561 supports unattended, or minimally-attended, installations using scripting.
570 scripted installations do not support fetching of remote distribution files
574 scripts consist of two parts: a
578 The preamble sets up the options for the installation (how to partition the
585 The two parts are separated by the usual script header (#!), which also sets
590 .Bd -literal -offset indent
602 .Bd -literal -offset indent
620 This can be used for unattended network installation of new systems; see
624 The preamble consists of installer settings.
630 script run at the very beginning of the install.
646 instead of
650 instead of
659 must be set to create the pool of disks for the base system.
661 .Bd -literal -offset indent
672 This script will be run at the end of the installation process inside a
688 The default value of
691 .Bd -literal -offset indent
707 # Ports tree
708 /usr/ports setuid=off
722 The first column is the name of the dataset to be created as part of the
724 pool and the remainder of each line contains the options to be set on each dataset.
729 .Dl mkdir release-media
730 .Dl tar -C release-media -xvf FreeBSD-13.0-RELEASE-amd64-disc1.iso
740 .Dl sh /usr/src/release/amd64/mkisoimages.sh -b '13_0_RELEASE_AMD64_CD' output.iso release-media
742 This version of