auth or authconfig ------------------ :: auth|authconfig [options] .. versionadded:: Fedora3 This required command sets up the authentication options for the system. This is just a wrapper around the authconfig program, so all options recognized by that program are valid for this command. See the manual page for authconfig for a complete list. By default, passwords are normally encrypted and are not shadowed. .. versionchanged:: Fedora28 The authconfig program is deprecated. This command will use the authconfig compatibility tool, but you should use the authselect command instead. positional arguments: ``[options]`` See ``man authconfig``. .. versionadded:: Fedora3 authselect ---------- :: authselect [options] .. versionadded:: Fedora28 This command sets up the authentication options for the system. This is just a wrapper around the authselect program, so all options recognized by that program are valid for this command. See the manual page for authselect for a complete list. positional arguments: ``[options]`` See ``man authselect``. .. versionadded:: Fedora28 autopart -------- :: autopart [--encrypted] [--passphrase PASSPHRASE] [--escrowcert ] [--backuppassphrase] [--nolvm] [--type TYPE] [--cipher CIPHER] [--fstype FSTYPE] [--nohome] [--noboot] [--noswap] [--luks-version LUKS_VERSION] [--pbkdf PBKDF] [--pbkdf-memory PBKDF_MEMORY] [--pbkdf-time PBKDF_TIME] [--pbkdf-iterations PBKDF_ITERATIONS] .. versionadded:: Fedora3 Automatically create partitions -- a root (``/``) partition, a swap partition, and an appropriate boot partition for the architecture. On large enough drives, this will also create a /home partition. .. note:: ``autopart`` cannot be used with the following commands: partition, raid, volgroup, logvol, reqpart options: ``--encrypted`` Should all devices with support be encrypted by default? This is equivalent to checking the "Encrypt" checkbox on the initial partitioning screen. .. versionadded:: Fedora9 ``--passphrase PASSPHRASE`` Only relevant if ``--encrypted`` is specified. Provide a default system-wide passphrase for all encrypted devices. .. versionadded:: Fedora9 ``--escrowcert `` Only relevant if ``--encrypted`` is specified. Load an X.509 certificate from ````. Store the data encryption keys of all encrypted volumes created during installation, encrypted using the certificate, as files in ``/root``. .. versionadded:: Fedora12 ``--backuppassphrase`` Only relevant if ``--escrowcert`` is specified. In addition to storing the data encryption keys, generate a random passphrase and add it to all encrypted volumes created during installation. Then store the passphrase, encrypted using the certificate specified by ``--escrowcert``, as files in ``/root`` (one file for each encrypted volume). .. versionadded:: Fedora12 ``--nolvm`` Don't use LVM when partitioning. .. versionadded:: Fedora16 .. versionchanged:: Fedora17 The same as ``--type=plain`` ``--type TYPE`` Select automatic partitioning scheme. Must be one of the following: ['lvm', 'btrfs', 'plain', 'partition', 'thinp']. Plain means regular partitions with no btrfs or lvm. .. versionadded:: Fedora17 .. versionchanged:: Fedora20 Partitioning scheme 'thinp' was added. .. versionchanged:: RedHatEnterpriseLinux8 Partitioning scheme 'btrfs' was removed. ``--cipher CIPHER`` Only relevant if ``--encrypted`` is specified. Specifies which encryption algorithm should be used to encrypt the filesystem. .. versionadded:: Fedora18 ``--fstype FSTYPE`` Use the specified filesystem type on the partitions. Note that it cannot be used with ``--type=btrfs`` since btrfs is both a partition scheme and a filesystem. eg. ``--fstype=ext4``. .. versionadded:: Fedora21 .. versionchanged:: RedHatEnterpriseLinux8 Partitioning scheme 'btrfs' was removed. ``--nohome`` Do not create a /home partition. .. versionadded:: Fedora26 ``--noboot`` Do not create a /boot partition. .. versionadded:: Fedora26 ``--noswap`` Do not create a swap partition. Only one of ``--noswap`` and ``--hibernation`` can be specified. .. versionadded:: Fedora26 ``--luks-version LUKS_VERSION`` Only relevant if ``--encrypted`` is specified. Specifies which version of LUKS format should be used to encrypt the filesystem. .. versionadded:: Fedora29 ``--pbkdf PBKDF`` Only relevant if ``--encrypted`` is specified. Sets Password-Based Key Derivation Function (PBKDF) algorithm for LUKS keyslot. See ``man cryptsetup``. .. versionadded:: Fedora29 ``--pbkdf-memory PBKDF_MEMORY`` Only relevant if ``--encrypted`` is specified. Sets the memory cost for PBKDF. See ``man cryptsetup``. .. versionadded:: Fedora29 ``--pbkdf-time PBKDF_TIME`` Only relevant if ``--encrypted`` is specified. Sets the number of milliseconds to spend with PBKDF passphrase processing. See ``--iter-time`` in ``man cryptsetup``. Only one of ``--pbkdf-time`` and ``--pbkdf-iterations`` can be specified. .. versionadded:: Fedora29 ``--pbkdf-iterations PBKDF_ITERATIONS`` Only relevant if ``--encrypted`` is specified. Sets the number of iterations directly and avoids PBKDF benchmark. See ``--pbkdf-force-iterations`` in ``man cryptsetup``. Only one of ``--pbkdf-time`` and ``--pbkdf-iterations`` can be specified. .. versionadded:: Fedora29 autostep -------- :: autostep [--autoscreenshot] .. versionadded:: Fedora3 Kickstart installs normally skip unnecessary screens. This makes the installer step through every screen, displaying each briefly. This is mostly used for debugging. options: ``--autoscreenshot`` Take a screenshot at every step during installation and copy the images over to ``/root/anaconda-screenshots`` after installation is complete. This is most useful for documentation. .. versionadded:: Fedora3 bootloader ---------- :: bootloader [--append APPENDLINE] [--location {mbr,partition,none,boot}] [--password PASSWORD] [--driveorder DRIVEORDER] [--timeout TIMEOUT] [--default DEFAULT] [--iscrypted] [--md5pass MD5PASS] [--boot-drive BOOTDRIVE] [--leavebootorder] [--extlinux] [--disabled] [--nombr] [--upgrade] .. versionadded:: Fedora3 This required command specifies how the boot loader should be installed. There must be a biosboot partition for the bootloader to be installed successfully onto a disk that contains a GPT/GUID partition table, which includes disks initialized by anaconda. This partition may be created with the kickstart command ``part biosboot --fstype=biosboot --size=1``. However, in the case that a disk has an existing biosboot partition, adding a ``part biosboot`` option is unnecessary. options: ``--append APPENDLINE`` Specifies additional kernel parameters. For example: ``bootloader --location=mbr --append="hdd=ide-scsi ide=nodma"`` **Note** The installer will add the bootloader arguments ``rhgb quiet`` if plymouth is installed on the target system. You can disable these options with ``-plymouth`` in the ``%packages`` section. .. versionadded:: Fedora3 ``--linear`` use linear mode to access hard disks (for LILO only) .. versionadded:: Fedora3 .. versionremoved:: Fedora4 ``--nolinear`` do not use linear mode to access hard disks (for LILO only) .. versionadded:: Fedora3 .. versionremoved:: Fedora4 ``--location {mbr,partition,none,boot}`` Specifies where the boot record is written. Valid values are the following: mbr (the default), partition (installs the boot loader on the first sector of the partition containing the kernel), or none (do not install the boot loader). **Note** `bootloader --location=none` is different from `bootloader --location=none --disabled`. `--location=none` prevents extra installation steps that makes the target machine bootable, e.g. write to MBR on x86 BIOS systems. However, the corresponding RPM packages are still installed, and `--disabled` can be appended to prevent it. `bootloader --disabled` only does not prevent the installation of the bootloader and Anaconda will complain if no other options are provided. .. versionadded:: Fedora3 ``--password PASSWORD`` If using GRUB, sets the GRUB boot loader password. This should be used to restrict access to the GRUB shell, where arbitrary kernel options can be passed. .. versionadded:: Fedora3 ``--useLilo`` force the use of LILO .. versionadded:: Fedora3 .. versionremoved:: Fedora4 ``--driveorder DRIVEORDER`` define the explicit hard disk order the boot loader should use .. versionadded:: Fedora3 ``--timeout TIMEOUT`` Specify the number of seconds before the bootloader times out and boots the default option. .. versionadded:: Fedora8 ``--default DEFAULT`` Sets the default boot image in the bootloader configuration. .. versionadded:: Fedora8 ``--lba32`` force the use of LBA32 mode for hard disk access (LILO only) .. versionadded:: Fedora3 .. deprecated:: Fedora12 .. versionremoved:: Fedora14 ``--iscrypted`` If given, the password specified by ``--password=`` is already encrypted and should be passed to the bootloader configuration without additional modification. .. versionadded:: Fedora15 ``--md5pass MD5PASS`` If using GRUB, similar to ``--password=`` except the password should already be encrypted. .. versionadded:: Fedora3 .. versionchanged:: Fedora15 Alias for ``--password=MD5PASS --iscrypted``. ``--boot-drive BOOTDRIVE`` Specifies which drive the bootloader should be written to and thus, which drive the computer will boot from. .. versionadded:: Fedora17 ``--leavebootorder`` On EFI or ISeries/PSeries machines, this option prevents the installer from making changes to the existing list of bootable images. .. versionadded:: Fedora18 ``--extlinux`` Use the extlinux bootloader instead of GRUB. This option only works on machines that are supported by extlinux. .. versionadded:: Fedora19 ``--disabled`` Do not install the boot loader. **Note** `bootloader --location=none` is different from `bootloader --location=none --disabled`. `--location=none` prevents extra installation steps that makes the target machine bootable, e.g. write to MBR on x86 BIOS systems. However, the corresponding RPM packages are still installed, and `--disabled` can be appended to prevent it. `bootloader --disabled` only does not prevent the installation of the bootloader and Anaconda will complain if no other options are provided. .. versionadded:: Fedora21 ``--nombr`` do not install the boot loader to the MBR .. versionadded:: Fedora21 ``--upgrade`` upgrade the boot loader installed on disk .. versionadded:: Fedora3 .. deprecated:: Fedora29 btrfs ----- :: btrfs [--noformat] [--useexisting] [--label LABEL] [--data DATALEVEL] [--metadata METADATALEVEL] [--subvol] [--parent PARENT] [--name NAME] [--mkfsoptions MKFSOPTS] .. versionadded:: Fedora17 Defines a BTRFS volume or subvolume. This command is of the form: ``btrfs --data= --metadata= --label=