diff options
| author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2021-12-16 08:22:42 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-01-07 11:12:06 +0000 |
| commit | 36d200ab0adbf76d6d8197551b3304afcf069716 (patch) | |
| tree | de9c18b1ea455ac2eeb4ea0a5716a9dfd5158b42 /documentation/ref-manual/kickstart.rst | |
| parent | 620ba2535c0123958ec5cad56a667588cb8112f2 (diff) | |
| download | poky-36d200ab0adbf76d6d8197551b3304afcf069716.tar.gz | |
manuals: replace "rootfs" by "root filesystem"
Almost everyone understands "rootfs", but "root filesystem"
is real English.
(From yocto-docs rev: 3d610f15e5b6be3435e9e81e4498a676671e5b39)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/kickstart.rst')
| -rw-r--r-- | documentation/ref-manual/kickstart.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/kickstart.rst b/documentation/ref-manual/kickstart.rst index 807f5e052d..885c721297 100644 --- a/documentation/ref-manual/kickstart.rst +++ b/documentation/ref-manual/kickstart.rst | |||
| @@ -87,7 +87,7 @@ the ``part`` and ``partition`` commands: | |||
| 87 | 87 | ||
| 88 | If you use ``--source rootfs``, Wic creates a partition as large as | 88 | If you use ``--source rootfs``, Wic creates a partition as large as |
| 89 | needed and fills it with the contents of the root filesystem pointed | 89 | needed and fills it with the contents of the root filesystem pointed |
| 90 | to by the ``-r`` command-line option or the equivalent rootfs derived | 90 | to by the ``-r`` command-line option or the equivalent root filesystem derived |
| 91 | from the ``-e`` command-line option. The filesystem type used to | 91 | from the ``-e`` command-line option. The filesystem type used to |
| 92 | create the partition is driven by the value of the ``--fstype`` | 92 | create the partition is driven by the value of the ``--fstype`` |
| 93 | option specified for the partition. See the entry on ``--fstype`` | 93 | option specified for the partition. See the entry on ``--fstype`` |
| @@ -96,7 +96,7 @@ the ``part`` and ``partition`` commands: | |||
| 96 | If you use ``--source plugin-name``, Wic creates a partition as large | 96 | If you use ``--source plugin-name``, Wic creates a partition as large |
| 97 | as needed and fills it with the contents of the partition that is | 97 | as needed and fills it with the contents of the partition that is |
| 98 | generated by the specified plugin name using the data pointed to by | 98 | generated by the specified plugin name using the data pointed to by |
| 99 | the ``-r`` command-line option or the equivalent rootfs derived from | 99 | the ``-r`` command-line option or the equivalent root filesystem derived from |
| 100 | the ``-e`` command-line option. Exactly what those contents are and | 100 | the ``-e`` command-line option. Exactly what those contents are and |
| 101 | filesystem type used are dependent on the given plugin | 101 | filesystem type used are dependent on the given plugin |
| 102 | implementation. | 102 | implementation. |
