mirror of
https://git.yoctoproject.org/poky
synced 2026-07-17 04:07:06 +00:00
docs: ref-manual: indentation, links and highlights fixes
Reviewed-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> (From yocto-docs rev: 27f6527882d22f20641882018ca5b8a7a30092ae) Signed-off-by: Quentin Schulz <foss@0leil.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit f5688a74cd9d100dee270edb9a33c02015cfabda) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
017be0a956
commit
e8feec005b
@@ -55,15 +55,14 @@ must also provide one of the ``--ondrive``, ``--ondisk``, or
|
||||
.. note::
|
||||
|
||||
The mount program must understand the PARTUUID syntax you use with
|
||||
--use-uuid
|
||||
and non-root
|
||||
mountpoint
|
||||
, including swap. The busybox versions of these application are
|
||||
currently excluded.
|
||||
``--use-uuid`` and non-root *mountpoint*, including swap. The busybox
|
||||
versions of these application are currently excluded.
|
||||
|
||||
Here is an example that uses "/" as the mountpoint. The command uses
|
||||
``--ondisk`` to force the partition onto the ``sdb`` disk: part /
|
||||
--source rootfs --ondisk sdb --fstype=ext3 --label platform --align 1024
|
||||
``--ondisk`` to force the partition onto the ``sdb`` disk:
|
||||
::
|
||||
|
||||
part / --source rootfs --ondisk sdb --fstype=ext3 --label platform --align 1024
|
||||
|
||||
Here is a list that describes other supported options you can use with
|
||||
the ``part`` and ``partition`` commands:
|
||||
|
||||
Reference in New Issue
Block a user