diff options
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r-- | documentation/ref-manual/variables.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 440e1a0833..9909622d7a 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -3699,8 +3699,8 @@ system and gives an overview of their function and contents. | |||
3699 | 3699 | ||
3700 | :term:`Initramfs` | 3700 | :term:`Initramfs` |
3701 | An Initial RAM Filesystem (:term:`Initramfs`) is an optionally compressed | 3701 | An Initial RAM Filesystem (:term:`Initramfs`) is an optionally compressed |
3702 | `cpio <https://en.wikipedia.org/wiki/Cpio>`__ archive which is extracted | 3702 | :wikipedia:`cpio <Cpio>` archive which is extracted |
3703 | by the Linux kernel into RAM in a special `tmpfs <https://en.wikipedia.org/wiki/Tmpfs>`__ | 3703 | by the Linux kernel into RAM in a special :wikipedia:`tmpfs <Tmpfs>` |
3704 | instance, used as the initial root filesystem. | 3704 | instance, used as the initial root filesystem. |
3705 | 3705 | ||
3706 | This is a replacement for the legacy init RAM disk ("initrd") | 3706 | This is a replacement for the legacy init RAM disk ("initrd") |
@@ -3756,7 +3756,7 @@ system and gives an overview of their function and contents. | |||
3756 | ``meta/conf/bitbake.conf`` configuration file in the | 3756 | ``meta/conf/bitbake.conf`` configuration file in the |
3757 | :term:`Source Directory`, is "cpio.gz". The Linux kernel's | 3757 | :term:`Source Directory`, is "cpio.gz". The Linux kernel's |
3758 | :term:`Initramfs` mechanism, as opposed to the initial RAM filesystem | 3758 | :term:`Initramfs` mechanism, as opposed to the initial RAM filesystem |
3759 | `initrd <https://en.wikipedia.org/wiki/Initrd>`__ mechanism, expects | 3759 | :wikipedia:`initrd <Initrd>` mechanism, expects |
3760 | an optionally compressed cpio archive. | 3760 | an optionally compressed cpio archive. |
3761 | 3761 | ||
3762 | :term:`INITRAMFS_IMAGE` | 3762 | :term:`INITRAMFS_IMAGE` |