.. _|product_name| Kickstart Options: |product_name| Kickstart Options -------------------------------- Along with standard Linux options, |product_name| provides a number of specific parameters and keywords that you need to add to your kickstart file. The table below lists the parameters you can use. .. important:: |product_name| must have only one disk dedicated for the system. Specify it in the ```` parameter. +--------------------------------------------+----------------------------------------------------------------------------------+ | Parameter | Description | +============================================+==================================================================================+ | ``ignoredisk --only-use=`` | The disk to install the product to. Other disks will be ignored. | +--------------------------------------------+----------------------------------------------------------------------------------+ | ``bootloader`` | Sets bootloader parameters. | | | | | ``--append=" crashkernel=auto"`` | Sets kernel parameters. | | | | | ``--location=mbr`` | Sets the boot record location. | | | | | ``--boot-drive=`` | Sets the drive to boot from. | +--------------------------------------------+----------------------------------------------------------------------------------+ | ``clearpart --all --initlabel`` | Removes all partitions from the system disk and initializes invalid partition | | | tables. | | | | | ``--drives=`` | The system drive to clear partitions from. | | | | | ``--disklabel=gpt`` | Sets the system disk's label to ``gpt``. | +--------------------------------------------+----------------------------------------------------------------------------------+ | ``network --bootproto=dhcp`` | Specifies the method to obtain network configuration with. | | | | | ``--device=`` | Specifies the network adapter to configure. | | | | | ``--ipv6=auto --activate`` | Sets the network adapter's IPv6 address and activates the adapter in the | | | installer environment. | +--------------------------------------------+----------------------------------------------------------------------------------+