diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-11-03 15:59:38 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-11-07 21:31:32 +0000 |
commit | 3a7dd1d36891d76c5160e11b39ad85a3cbd69e68 (patch) | |
tree | 216e3093cc9f3c9dbb035132377efd04485183a3 /documentation/ref-manual/variables.rst | |
parent | ceb169bd59e1efaf1bfc02cd1df24521dbb86290 (diff) | |
download | poky-3a7dd1d36891d76c5160e11b39ad85a3cbd69e68.tar.gz |
manuals: add shortcut for Wikipedia links
(From yocto-docs rev: 47101c15cce156ab71683cac1c42ab94f43bdbee)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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` |