summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/kickstart.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/kickstart.rst')
-rw-r--r--documentation/ref-manual/kickstart.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/kickstart.rst b/documentation/ref-manual/kickstart.rst
index bb9c0460f3..472820f165 100644
--- a/documentation/ref-manual/kickstart.rst
+++ b/documentation/ref-manual/kickstart.rst
@@ -24,7 +24,7 @@ The information lists the commands, their syntax, and meanings.
24Kickstart commands are based on the Fedora kickstart versions but with 24Kickstart commands are based on the Fedora kickstart versions but with
25modifications to reflect Wic capabilities. You can see the original 25modifications to reflect Wic capabilities. You can see the original
26documentation for those commands at the following link: 26documentation for those commands at the following link:
27http://pykickstart.readthedocs.io/en/latest/kickstart-docs.html 27https://pykickstart.readthedocs.io/en/latest/kickstart-docs.html
28 28
29Command: part or partition 29Command: part or partition
30========================== 30==========================
@@ -164,7 +164,7 @@ the ``part`` and ``partition`` commands:
164- ``--part-type``: This option is a Wic-specific option that 164- ``--part-type``: This option is a Wic-specific option that
165 specifies the partition type globally unique identifier (GUID) for 165 specifies the partition type globally unique identifier (GUID) for
166 GPT partitions. You can find the list of partition type GUIDs at 166 GPT partitions. You can find the list of partition type GUIDs at
167 http://en.wikipedia.org/wiki/GUID_Partition_Table#Partition_type_GUIDs. 167 https://en.wikipedia.org/wiki/GUID_Partition_Table#Partition_type_GUIDs.
168 168
169- ``--use-uuid``: This option is a Wic-specific option that causes 169- ``--use-uuid``: This option is a Wic-specific option that causes
170 Wic to generate a random GUID for the partition. The generated 170 Wic to generate a random GUID for the partition. The generated