1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

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>
This commit is contained in:
Ross Burton
2021-11-01 12:22:19 +00:00
committed by Richard Purdie
parent 683a7db46d
commit 3c3e8c4f39
+3 -2
View File
@@ -54,8 +54,9 @@ must also provide one of the ``--ondrive``, ``--ondisk``, or
.. note:: .. note::
The mount program must understand the PARTUUID syntax you use with The mount program must understand the PARTUUID syntax you use with
``--use-uuid`` and non-root *mountpoint*, including swap. The BusyBox ``--use-uuid`` and non-root *mountpoint*, including swap. The default
versions of these application are currently excluded. configuration of BusyBox in OpenEmbedded supports this, but this may
be disabled in custom configurations.
Here is an example that uses "/" as the mountpoint. The command uses Here is an example that uses "/" as the mountpoint. The command uses
``--ondisk`` to force the partition onto the ``sdb`` disk:: ``--ondisk`` to force the partition onto the ``sdb`` disk::