diff options
| author | nl6720 <nl6720@gmail.com> | 2022-12-24 10:31:29 +0200 |
|---|---|---|
| committer | nl6720 <nl6720@gmail.com> | 2022-12-24 10:31:29 +0200 |
| commit | ff5c0498eb3503f7ee8bcc22560682ea9be40f0c (patch) | |
| tree | 9c14c25ee83092ce98976308f6da01e855e7ba5c /docs | |
| parent | 995e0b7fb90049e70d4e175e7df8f4aa09622186 (diff) | |
| parent | cca3eee83323ae94d9cab2ddb4e7f9b1e3235f30 (diff) | |
| download | archiso-ff5c0498eb3503f7ee8bcc22560682ea9be40f0c.tar.gz archiso-ff5c0498eb3503f7ee8bcc22560682ea9be40f0c.tar.bz2 | |
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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/README.profile.rst | 2 |
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``. |
