Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authornl6720 <nl6720@gmail.com>2023-03-19 13:34:54 +0200
committernl6720 <nl6720@gmail.com>2023-05-17 15:23:45 +0300
commitdb292a59ab72856b3f38de404d7e658dfa60b2d7 (patch)
tree396fe3cdb592aac8f639f3dd2b3f098257c4b531 /docs
parent8cc0e9e5b09d504a50701a825f0ab9992ed73b6f (diff)
README.profile.rst: document %ARCHISO_UUID% and %ARCHISO_SEARCH_FILENAME%
While their values are not affected by `profiledef.sh` variables, there is no other place to document these *identifiers*.
Diffstat (limited to 'docs')
-rw-r--r--docs/README.profile.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/README.profile.rst b/docs/README.profile.rst
index f1fd717..0b5041a 100644
--- a/docs/README.profile.rst
+++ b/docs/README.profile.rst
@@ -140,6 +140,12 @@ respective variables 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``.
+Additionally there are also *custom template identifiers* have harcoded values set by ``mkarchiso`` that cannot be
+overridden:
+
+* ``%ARCHISO_UUID%``: the ISO 9660 modification date in UTC, i.e. its "UUID",
+* ``%ARCHISO_SEARCH_FILENAME%``: file path on ISO 9660 that can be used by GRUB to find the ISO volume
+ (**for GRUB ``.cfg`` files only**).
efiboot
-------