diff options
author | Paul Barker <pbarker@konsulko.com> | 2020-12-22 15:30:32 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-24 08:23:33 +0000 |
commit | 3b298e6ddde2a988a82039db9ce45eaf66d89a3f (patch) | |
tree | f31bec756b3cb74921263c71b3147fae7f28b323 /documentation/ref-manual/kickstart.rst | |
parent | d87b99112b32c7789878ae90d157181f9fe4bb70 (diff) | |
download | poky-3b298e6ddde2a988a82039db9ce45eaf66d89a3f.tar.gz |
documentation: Use https links where possible
(From yocto-docs rev: cd4c5e9928866f910ac97cf3e0612e6245da30bd)
Signed-off-by: Paul Barker <pbarker@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/kickstart.rst')
-rw-r--r-- | documentation/ref-manual/kickstart.rst | 4 |
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. | |||
24 | Kickstart commands are based on the Fedora kickstart versions but with | 24 | Kickstart commands are based on the Fedora kickstart versions but with |
25 | modifications to reflect Wic capabilities. You can see the original | 25 | modifications to reflect Wic capabilities. You can see the original |
26 | documentation for those commands at the following link: | 26 | documentation for those commands at the following link: |
27 | http://pykickstart.readthedocs.io/en/latest/kickstart-docs.html | 27 | https://pykickstart.readthedocs.io/en/latest/kickstart-docs.html |
28 | 28 | ||
29 | Command: part or partition | 29 | Command: 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 |