Lines Matching +full:partition +full:- +full:file +full:- +full:system
1 .\"-
2 .\" Copyright (c) 2011-2013 Nathan Whitehorn <nwhitehorn@FreeBSD.org> All rights reserved.
35 .Nd system installer
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
59 .Bl -tag -width indent+
60 .It Fl D Ar file
61 Provide a path for the installation log file
76 .Bl -tag -width "jail destination"
80 Sets up a new chroot system at
87 not installed into the new system.
100 new system's
103 Prompts the user for a host name for the new system and saves the result to the
104 new system's
108 is set, also sets the host name of the current system.
112 on wireless interfaces), saving the result to the new system's
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
124 Detects an appropriate partition and installs UEFI boot loader files.
126 Provides a ZFS-only automatic interactive disk partitioner.
144 Supports multiple disks as well as UFS, ZFS, and FAT file systems.
145 ZFS is set up with one pool and dataset per partition.
151 but non-interactively according to the disk setup specified in
153 Each disk setup is specified by a three-part argument:
173 partition scheme to apply to the disk.
181 argument is also optional and specifies how to partition
183 It consists of a comma-separated list of partitions to create enclosed in
185 Each partition declaration takes the form
192 specifies the partition size to create in bytes (K, M, and G suffixes
196 keyword causes the partition to take all the remaining space on the disk.
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
205 system.
208 bsdinstall scriptedpart ada0 { 20G freebsd-ufs /, 4G freebsd-swap, 20G freebsd-ufs /var, auto freeb…
212 include boot partitions (e.g. EFI system partitions), which will be created automatically on whatev…
224 Mounts the file systems previously configured by
252 to install any needed and available firmware for the new system.
256 in the new system to set the root user's password.
260 in the new system.
262 Interactively sets the time, date, and time zone of the new system.
264 Queries the user for the system daemons to begin at system startup,
265 writing the result into the new system's
270 and stores it in a file in the new system's root directory.
272 Installs the configuration files destined for the new system, e.g.,
276 etc.) onto the new system.
285 .Bl -tag -width "BSDINSTALL_DISTSITE"
294 The partitioning of the disk onto which the system is being installed.
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.
333 Path to a log file for the installation.
367 target will not offer to open a shell in the new system
396 Directory where files destined for the new system's
405 Directory where files destined for the new system's
423 Name for the pool containing the base system.
427 Options to be used when creating the base system's pool.
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
441 environment for the system.
445 The type of pool to be created for the base system.
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).
471 keyfile used to encrypt the pool where the base system is stored.
476 system and
494 Disks to be used for the base system, including the boot pool.
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.
551 The preamble sets up the options for the installation (how to partition the
555 in the newly installed system before
563 .Bd -literal -offset indent
575 .Bd -literal -offset indent
591 will be run at boot time and the system will be rebooted automatically after
632 must be set to create the pool of disks for the base system.
634 .Bd -literal -offset indent
647 environment in the newly installed system and can be used to set up
649 Note that newly configured system services, e.g., networking have not
650 been started in the installed system at this time and only installation
659 variable to create the ZFS datasets on the base system.
664 .Bd -literal -offset indent
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