summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/variables.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r--documentation/ref-manual/variables.rst20
1 files changed, 10 insertions, 10 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index c68e1c1b7b..c8e28fd321 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -2662,7 +2662,7 @@ system and gives an overview of their function and contents.
2662 GROUPADD_PARAM_${PN} = "-r netdev" 2662 GROUPADD_PARAM_${PN} = "-r netdev"
2663 2663
2664 For information on the standard Linux shell command 2664 For information on the standard Linux shell command
2665 ``groupadd``, see http://linux.die.net/man/8/groupadd. 2665 ``groupadd``, see https://linux.die.net/man/8/groupadd.
2666 2666
2667 :term:`GROUPMEMS_PARAM` 2667 :term:`GROUPMEMS_PARAM`
2668 When inheriting the :ref:`useradd <ref-classes-useradd>` class, 2668 When inheriting the :ref:`useradd <ref-classes-useradd>` class,
@@ -2671,7 +2671,7 @@ system and gives an overview of their function and contents.
2671 of a group when the package is installed. 2671 of a group when the package is installed.
2672 2672
2673 For information on the standard Linux shell command ``groupmems``, 2673 For information on the standard Linux shell command ``groupmems``,
2674 see http://linux.die.net/man/8/groupmems. 2674 see https://linux.die.net/man/8/groupmems.
2675 2675
2676 :term:`GRUB_GFXSERIAL` 2676 :term:`GRUB_GFXSERIAL`
2677 Configures the GNU GRand Unified Bootloader (GRUB) to have graphics 2677 Configures the GNU GRand Unified Bootloader (GRUB) to have graphics
@@ -4694,7 +4694,7 @@ system and gives an overview of their function and contents.
4694 See the :term:`KERNEL_MODULE_AUTOLOAD` variable for more information. 4694 See the :term:`KERNEL_MODULE_AUTOLOAD` variable for more information.
4695 4695
4696 module_conf 4696 module_conf
4697 Specifies `modprobe.d <http://linux.die.net/man/5/modprobe.d>`_ 4697 Specifies `modprobe.d <https://linux.die.net/man/5/modprobe.d>`_
4698 syntax lines for inclusion in the ``/etc/modprobe.d/modname.conf`` 4698 syntax lines for inclusion in the ``/etc/modprobe.d/modname.conf``
4699 file. 4699 file.
4700 4700
@@ -7619,7 +7619,7 @@ system and gives an overview of their function and contents.
7619 SYSTEMD_BOOT_CFG ?= "${:term:`S`}/loader.conf" 7619 SYSTEMD_BOOT_CFG ?= "${:term:`S`}/loader.conf"
7620 7620
7621 For information on Systemd-boot, see the `Systemd-boot 7621 For information on Systemd-boot, see the `Systemd-boot
7622 documentation <http://www.freedesktop.org/wiki/Software/systemd/systemd-boot/>`__. 7622 documentation <https://www.freedesktop.org/wiki/Software/systemd/systemd-boot/>`__.
7623 7623
7624 :term:`SYSTEMD_BOOT_ENTRIES` 7624 :term:`SYSTEMD_BOOT_ENTRIES`
7625 When :term:`EFI_PROVIDER` is set to 7625 When :term:`EFI_PROVIDER` is set to
@@ -7633,7 +7633,7 @@ system and gives an overview of their function and contents.
7633 SYSTEMD_BOOT_ENTRIES ?= "" 7633 SYSTEMD_BOOT_ENTRIES ?= ""
7634 7634
7635 For information on Systemd-boot, see the `Systemd-boot 7635 For information on Systemd-boot, see the `Systemd-boot
7636 documentation <http://www.freedesktop.org/wiki/Software/systemd/systemd-boot/>`__. 7636 documentation <https://www.freedesktop.org/wiki/Software/systemd/systemd-boot/>`__.
7637 7637
7638 :term:`SYSTEMD_BOOT_TIMEOUT` 7638 :term:`SYSTEMD_BOOT_TIMEOUT`
7639 When :term:`EFI_PROVIDER` is set to 7639 When :term:`EFI_PROVIDER` is set to
@@ -7646,7 +7646,7 @@ system and gives an overview of their function and contents.
7646 SYSTEMD_BOOT_TIMEOUT ?= "10" 7646 SYSTEMD_BOOT_TIMEOUT ?= "10"
7647 7647
7648 For information on Systemd-boot, see the `Systemd-boot 7648 For information on Systemd-boot, see the `Systemd-boot
7649 documentation <http://www.freedesktop.org/wiki/Software/systemd/systemd-boot/>`__. 7649 documentation <https://www.freedesktop.org/wiki/Software/systemd/systemd-boot/>`__.
7650 7650
7651 :term:`SYSTEMD_PACKAGES` 7651 :term:`SYSTEMD_PACKAGES`
7652 When inheriting the :ref:`systemd <ref-classes-systemd>` class, 7652 When inheriting the :ref:`systemd <ref-classes-systemd>` class,
@@ -7677,7 +7677,7 @@ system and gives an overview of their function and contents.
7677 When using 7677 When using
7678 :ref:`SysVinit <dev-manual/common-tasks:enabling system services>`, 7678 :ref:`SysVinit <dev-manual/common-tasks:enabling system services>`,
7679 specifies a space-separated list of the virtual terminals that should 7679 specifies a space-separated list of the virtual terminals that should
7680 run a `getty <http://en.wikipedia.org/wiki/Getty_%28Unix%29>`__ 7680 run a `getty <https://en.wikipedia.org/wiki/Getty_%28Unix%29>`__
7681 (allowing login), assuming :term:`USE_VT` is not set to 7681 (allowing login), assuming :term:`USE_VT` is not set to
7682 "0". 7682 "0".
7683 7683
@@ -7901,7 +7901,7 @@ system and gives an overview of their function and contents.
7901 toolchain. One example is the Sourcery G++ Toolchain. The support for 7901 toolchain. One example is the Sourcery G++ Toolchain. The support for
7902 this toolchain resides in the separate Mentor Graphics 7902 this toolchain resides in the separate Mentor Graphics
7903 ``meta-sourcery`` layer at 7903 ``meta-sourcery`` layer at
7904 http://github.com/MentorEmbedded/meta-sourcery/. 7904 https://github.com/MentorEmbedded/meta-sourcery/.
7905 7905
7906 The layer's ``README`` file contains information on how to use the 7906 The layer's ``README`` file contains information on how to use the
7907 Sourcery G++ Toolchain as an external toolchain. In summary, you must 7907 Sourcery G++ Toolchain as an external toolchain. In summary, you must
@@ -8597,7 +8597,7 @@ system and gives an overview of their function and contents.
8597 When using 8597 When using
8598 :ref:`SysVinit <dev-manual/common-tasks:enabling system services>`, 8598 :ref:`SysVinit <dev-manual/common-tasks:enabling system services>`,
8599 determines whether or not to run a 8599 determines whether or not to run a
8600 `getty <http://en.wikipedia.org/wiki/Getty_%28Unix%29>`__ on any 8600 `getty <https://en.wikipedia.org/wiki/Getty_%28Unix%29>`__ on any
8601 virtual terminals in order to enable logging in through those 8601 virtual terminals in order to enable logging in through those
8602 terminals. 8602 terminals.
8603 8603
@@ -8708,7 +8708,7 @@ system and gives an overview of their function and contents.
8708 8708
8709 For information on the 8709 For information on the
8710 standard Linux shell command ``useradd``, see 8710 standard Linux shell command ``useradd``, see
8711 http://linux.die.net/man/8/useradd. 8711 https://linux.die.net/man/8/useradd.
8712 8712
8713 :term:`USERADD_UID_TABLES` 8713 :term:`USERADD_UID_TABLES`
8714 Specifies a password file to use for obtaining static user 8714 Specifies a password file to use for obtaining static user