summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2021-11-01 12:22:19 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-11-07 10:44:52 +0000
commit3c3e8c4f39405c52f66b3dac655fdd9ee91c8f71 (patch)
tree8bfdc523982c98baf6eddd1a433a62ee395419d1
parent683a7db46d8443d8a96081a20f80df176eef71f1 (diff)
downloadpoky-3c3e8c4f39405c52f66b3dac655fdd9ee91c8f71.tar.gz
kickstart: update busybox note regarding PARTUUID
As of oe-core c996cabf the default BusyBox configuration supports PARTUUID, so update the note to reflect this. (From yocto-docs rev: cfd0498c6a981bcdc4b6bd03cb5f8dd42f0b39fc) Signed-off-by: Ross Burton <ross.burton@arm.com> Reviewed-by: Quentin Schulz <foss@0leil.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/ref-manual/kickstart.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/ref-manual/kickstart.rst b/documentation/ref-manual/kickstart.rst
index cac9f2f491..807f5e052d 100644
--- a/documentation/ref-manual/kickstart.rst
+++ b/documentation/ref-manual/kickstart.rst
@@ -54,8 +54,9 @@ must also provide one of the ``--ondrive``, ``--ondisk``, or
54.. note:: 54.. note::
55 55
56 The mount program must understand the PARTUUID syntax you use with 56 The mount program must understand the PARTUUID syntax you use with
57 ``--use-uuid`` and non-root *mountpoint*, including swap. The BusyBox 57 ``--use-uuid`` and non-root *mountpoint*, including swap. The default
58 versions of these application are currently excluded. 58 configuration of BusyBox in OpenEmbedded supports this, but this may
59 be disabled in custom configurations.
59 60
60Here is an example that uses "/" as the mountpoint. The command uses 61Here is an example that uses "/" as the mountpoint. The command uses
61``--ondisk`` to force the partition onto the ``sdb`` disk:: 62``--ondisk`` to force the partition onto the ``sdb`` disk::