summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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::