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/kernel-dev | |
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/kernel-dev')
-rw-r--r-- | documentation/kernel-dev/faq.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/kernel-dev/faq.rst b/documentation/kernel-dev/faq.rst index 5aa702ad69..e40e3ff372 100644 --- a/documentation/kernel-dev/faq.rst +++ b/documentation/kernel-dev/faq.rst | |||
@@ -30,8 +30,8 @@ Refer to the | |||
30 | ":ref:`kernel-dev/common:working with your own sources`" | 30 | ":ref:`kernel-dev/common:working with your own sources`" |
31 | section for information. | 31 | section for information. |
32 | 32 | ||
33 | How do I install/not-install the kernel image on the rootfs? | 33 | How do I install/not-install the kernel image on the root filesystem? |
34 | ------------------------------------------------------------ | 34 | --------------------------------------------------------------------- |
35 | 35 | ||
36 | The kernel image (e.g. ``vmlinuz``) is provided by the | 36 | The kernel image (e.g. ``vmlinuz``) is provided by the |
37 | ``kernel-image`` package. Image recipes depend on ``kernel-base``. To | 37 | ``kernel-image`` package. Image recipes depend on ``kernel-base``. To |