diff options
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 |
