From 8dd785f120ab73ec78ebcc4c8dd65141b7472885 Mon Sep 17 00:00:00 2001 From: Quentin Schulz Date: Mon, 5 Oct 2020 20:37:23 +0200 Subject: docs: ref-manual: indentation, links and highlights fixes Reviewed-by: Nicolas Dechesne (From yocto-docs rev: f5688a74cd9d100dee270edb9a33c02015cfabda) Signed-off-by: Quentin Schulz Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-kickstart.rst | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'documentation/ref-manual/ref-kickstart.rst') 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 .. 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: -- cgit v1.2.3-54-g00ecf