diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-05-03 06:05:25 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-05-03 11:46:09 +0100 |
commit | 7692dce85a42c645fb492324e55e8b4f1d787c09 (patch) | |
tree | 99fef44a7d1db71c0eda593e653f8e6eea3eb029 /documentation | |
parent | 387df791fe7e96ba6668e27ce56e4e1a0eaf964b (diff) | |
download | poky-7692dce85a42c645fb492324e55e8b4f1d787c09.tar.gz |
ref-manual: system-requirements.rst: fix AlmaLinux variable name
(From yocto-docs rev: d84b771e2ca22fa7dd9525dc515d3972035366eb)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/system-requirements.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/system-requirements.rst b/documentation/ref-manual/system-requirements.rst index fd4a8afb5d..91ed6d8d6d 100644 --- a/documentation/ref-manual/system-requirements.rst +++ b/documentation/ref-manual/system-requirements.rst | |||
@@ -182,7 +182,7 @@ AlmaLinux Packages | |||
182 | Here are the packages needed to build an image on a headless system | 182 | Here are the packages needed to build an image on a headless system |
183 | with a supported AlmaLinux distribution:: | 183 | with a supported AlmaLinux distribution:: |
184 | 184 | ||
185 | $ sudo dnf install &ALMALINUX8_HOST_PACKAGES_ESSENTIAL; | 185 | $ sudo dnf install &ALMALINUX_HOST_PACKAGES_ESSENTIAL; |
186 | 186 | ||
187 | .. note:: | 187 | .. note:: |
188 | 188 | ||