diff options
| author | Quentin Schulz <foss@0leil.net> | 2020-10-05 20:37:23 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-10-20 11:12:06 +0100 |
| commit | 8dd785f120ab73ec78ebcc4c8dd65141b7472885 (patch) | |
| tree | 2775567bdd4e674578851f074c7dac828293725b /documentation/ref-manual/ref-kickstart.rst | |
| parent | e2a2c80de07ede2a6fc4ee595ad1587c0812d99c (diff) | |
| download | poky-8dd785f120ab73ec78ebcc4c8dd65141b7472885.tar.gz | |
docs: ref-manual: indentation, links and highlights fixes
Reviewed-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
(From yocto-docs rev: f5688a74cd9d100dee270edb9a33c02015cfabda)
Signed-off-by: Quentin Schulz <foss@0leil.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-kickstart.rst')
| -rw-r--r-- | documentation/ref-manual/ref-kickstart.rst | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/documentation/ref-manual/ref-kickstart.rst b/documentation/ref-manual/ref-kickstart.rst index c031ef2874..33d579c5d1 100644 --- a/documentation/ref-manual/ref-kickstart.rst +++ b/documentation/ref-manual/ref-kickstart.rst | |||
| @@ -55,15 +55,14 @@ must also provide one of the ``--ondrive``, ``--ondisk``, or | |||
| 55 | .. note:: | 55 | .. note:: |
| 56 | 56 | ||
| 57 | The mount program must understand the PARTUUID syntax you use with | 57 | The mount program must understand the PARTUUID syntax you use with |
| 58 | --use-uuid | 58 | ``--use-uuid`` and non-root *mountpoint*, including swap. The busybox |
| 59 | and non-root | 59 | versions of these application are currently excluded. |
| 60 | mountpoint | ||
| 61 | , including swap. The busybox versions of these application are | ||
| 62 | currently excluded. | ||
| 63 | 60 | ||
| 64 | Here is an example that uses "/" as the mountpoint. The command uses | 61 | Here is an example that uses "/" as the mountpoint. The command uses |
| 65 | ``--ondisk`` to force the partition onto the ``sdb`` disk: part / | 62 | ``--ondisk`` to force the partition onto the ``sdb`` disk: |
| 66 | --source rootfs --ondisk sdb --fstype=ext3 --label platform --align 1024 | 63 | :: |
| 64 | |||
| 65 | part / --source rootfs --ondisk sdb --fstype=ext3 --label platform --align 1024 | ||
| 67 | 66 | ||
| 68 | Here is a list that describes other supported options you can use with | 67 | Here is a list that describes other supported options you can use with |
| 69 | the ``part`` and ``partition`` commands: | 68 | the ``part`` and ``partition`` commands: |
