Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornl6720 <nl6720@gmail.com>2022-12-24 10:31:29 +0200
committernl6720 <nl6720@gmail.com>2022-12-24 10:31:29 +0200
commitff5c0498eb3503f7ee8bcc22560682ea9be40f0c (patch)
tree9c14c25ee83092ce98976308f6da01e855e7ba5c
parent995e0b7fb90049e70d4e175e7df8f4aa09622186 (diff)
parentcca3eee83323ae94d9cab2ddb4e7f9b1e3235f30 (diff)
Merge remote-tracking branch 'origin/merge-requests/304'
By Alexander Speshilov * origin/merge-requests/304: fix typo in README.profile.rst See merge request https://gitlab.archlinux.org/archlinux/archiso/-/merge_requests/304
-rw-r--r--docs/README.profile.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/README.profile.rst b/docs/README.profile.rst
index efcb861..f1fd717 100644
--- a/docs/README.profile.rst
+++ b/docs/README.profile.rst
@@ -137,7 +137,7 @@ The following *custom template identifiers* are understood and will be replaced
respective variables in ``profiledef.sh``:
* ``%ARCHISO_LABEL%``: Set this using the ``iso_label`` variable in ``profiledef.sh``.
-* ``%INSTALL_DIR%``: Set this using the ``iso_label`` variable in ``profiledef.sh``.
+* ``%INSTALL_DIR%``: Set this using the ``install_dir`` variable in ``profiledef.sh``.
* ``%ARCH%``: Set this using the ``arch`` variable in ``profiledef.sh``.