summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-dev
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2021-12-16 08:22:42 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-01-07 11:12:06 +0000
commit36d200ab0adbf76d6d8197551b3304afcf069716 (patch)
treede9c18b1ea455ac2eeb4ea0a5716a9dfd5158b42 /documentation/kernel-dev
parent620ba2535c0123958ec5cad56a667588cb8112f2 (diff)
downloadpoky-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.rst4
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`"
31section for information. 31section for information.
32 32
33How do I install/not-install the kernel image on the rootfs? 33How do I install/not-install the kernel image on the root filesystem?
34------------------------------------------------------------ 34---------------------------------------------------------------------
35 35
36The kernel image (e.g. ``vmlinuz``) is provided by the 36The 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