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/classes.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/classes.rst')
-rw-r--r-- | documentation/ref-manual/classes.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index e70c7d9013..99d9a7a3e7 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst | |||
@@ -1362,9 +1362,9 @@ is set to 0. | |||
1362 | 1362 | ||
1363 | Only a single Initramfs bundle can be added to the FIT image created by | 1363 | Only a single Initramfs bundle can be added to the FIT image created by |
1364 | ``kernel-fitimage`` and the Initramfs bundle in FIT is optional. | 1364 | ``kernel-fitimage`` and the Initramfs bundle in FIT is optional. |
1365 | In case of Initramfs, the kernel is configured to be bundled with the rootfs | 1365 | In case of Initramfs, the kernel is configured to be bundled with the root filesystem |
1366 | in the same binary (example: zImage-initramfs-:term:`MACHINE`.bin). | 1366 | in the same binary (example: zImage-initramfs-:term:`MACHINE`.bin). |
1367 | When the kernel is copied to RAM and executed, it unpacks the Initramfs rootfs. | 1367 | When the kernel is copied to RAM and executed, it unpacks the Initramfs root filesystem. |
1368 | The Initramfs bundle can be enabled when :term:`INITRAMFS_IMAGE` | 1368 | The Initramfs bundle can be enabled when :term:`INITRAMFS_IMAGE` |
1369 | is specified and that :term:`INITRAMFS_IMAGE_BUNDLE` is set to 1. | 1369 | is specified and that :term:`INITRAMFS_IMAGE_BUNDLE` is set to 1. |
1370 | The address where the Initramfs bundle is to be loaded by U-boot is specified | 1370 | The address where the Initramfs bundle is to be loaded by U-boot is specified |
@@ -1712,13 +1712,13 @@ layers. | |||
1712 | ``overlayfs.bbclass`` | 1712 | ``overlayfs.bbclass`` |
1713 | ======================= | 1713 | ======================= |
1714 | 1714 | ||
1715 | It's often desired in Embedded System design to have a read-only rootfs. | 1715 | It's often desired in Embedded System design to have a read-only root filesystem. |
1716 | But a lot of different applications might want to have read-write access to | 1716 | But a lot of different applications might want to have read-write access to |
1717 | some parts of a filesystem. It can be especially useful when your update mechanism | 1717 | some parts of a filesystem. It can be especially useful when your update mechanism |
1718 | overwrites the whole rootfs, but you may want your application data to be preserved | 1718 | overwrites the whole root filesystem, but you may want your application data to be preserved |
1719 | between updates. The :ref:`overlayfs <ref-classes-overlayfs>` class provides a way | 1719 | between updates. The :ref:`overlayfs <ref-classes-overlayfs>` class provides a way |
1720 | to achieve that by means of ``overlayfs`` and at the same time keeping the base | 1720 | to achieve that by means of ``overlayfs`` and at the same time keeping the base |
1721 | rootfs read-only. | 1721 | root filesystem read-only. |
1722 | 1722 | ||
1723 | To use this class, set a mount point for a partition ``overlayfs`` is going to use as upper | 1723 | To use this class, set a mount point for a partition ``overlayfs`` is going to use as upper |
1724 | layer in your machine configuration. The underlying file system can be anything that | 1724 | layer in your machine configuration. The underlying file system can be anything that |