diff options
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/ref-manual/kickstart.rst | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/documentation/ref-manual/kickstart.rst b/documentation/ref-manual/kickstart.rst index d82da0ee75..48bba58995 100644 --- a/documentation/ref-manual/kickstart.rst +++ b/documentation/ref-manual/kickstart.rst | |||
| @@ -211,15 +211,10 @@ supports the following options: | |||
| 211 | .. note:: | 211 | .. note:: |
| 212 | 212 | ||
| 213 | Bootloader functionality and boot partitions are implemented by the | 213 | Bootloader functionality and boot partitions are implemented by the |
| 214 | various | 214 | various source plugins that implement bootloader functionality. The bootloader |
| 215 | --source | ||
| 216 | plugins that implement bootloader functionality. The bootloader | ||
| 217 | command essentially provides a means of modifying bootloader | 215 | command essentially provides a means of modifying bootloader |
| 218 | configuration. | 216 | configuration. |
| 219 | 217 | ||
| 220 | - ``--timeout``: Specifies the number of seconds before the | ||
| 221 | bootloader times out and boots the default option. | ||
| 222 | |||
| 223 | - ``--append``: Specifies kernel parameters. These parameters will be | 218 | - ``--append``: Specifies kernel parameters. These parameters will be |
| 224 | added to the syslinux :term:`APPEND` or ``grub`` kernel command line. | 219 | added to the syslinux :term:`APPEND` or ``grub`` kernel command line. |
| 225 | 220 | ||
| @@ -227,3 +222,13 @@ supports the following options: | |||
| 227 | the bootloader. You can provide a full pathname for the file or a | 222 | the bootloader. You can provide a full pathname for the file or a |
| 228 | file located in the ``canned-wks`` folder. This option overrides | 223 | file located in the ``canned-wks`` folder. This option overrides |
| 229 | all other bootloader options. | 224 | all other bootloader options. |
| 225 | |||
| 226 | - ``--ptable``: Specifies the partition table format. Valid values are: | ||
| 227 | |||
| 228 | - ``msdos`` | ||
| 229 | |||
| 230 | - ``gpt`` | ||
| 231 | |||
| 232 | - ``--timeout``: Specifies the number of seconds before the | ||
| 233 | bootloader times out and boots the default option. | ||
| 234 | |||
