aboutsummaryrefslogtreecommitdiff
path: root/docs/README.profile.rst
Commit message (Collapse)AuthorAgeFilesLines
* mkarchiso: implement configurable bootstrap tarball compressionnl67202024-03-301-0/+2
| | | | | | | profiledef.sh gains a new option `bootstrap_tarball_compression` which is a bash array containing the compression program and its arguments. Related to https://gitlab.archlinux.org/archlinux/archiso/-/issues/130.
* mkarchiso: add uefi-ia32.systemd-boot.esp and ↵nl67202023-09-241-4/+6
| | | | | | | | | | | | uefi-ia32.systemd-boot.eltorito boot modes The systemd 254.2-1 package ships with IA32 systemd-boot, so it is possible to use for booting on IA32 UEFI. Perhaps they will be useful in the future. At least for now, the baseline and releng profiles are not changed to use them. When the issues and headaches caused with GRUB reach a critical point, then we will switch.
* README.profile.rst: document %ARCHISO_UUID% and %ARCHISO_SEARCH_FILENAME%nl67202023-05-171-0/+6
| | | | | While their values are not affected by `profiledef.sh` variables, there is no other place to document these *identifiers*.
* fix typo in README.profile.rstAlexander Speshilov2022-12-221-1/+1
|
* Update documentation for uefi x64 grub boot modesplainlinen2022-06-101-2/+9
|
* Add support for GRUB ia32 UEFI in mkarchiso, update READMEs.Pellegrino Prevete2022-05-251-1/+12
|
* docs: Add netboot to buildmodes documentationDavid Runge2021-05-101-1/+2
| | | | | docs/README.profile.rst: Add documentation for the netboot buildmode.
* docs: Add documentation for buildmodes and bootstrap build modeDavid Runge2021-05-091-4/+22
| | | | | | | | | docs/README.profile.rst: Add documentation for the optional `buildmodes` array in profiledef.sh, the understood build modes `bootstrap` and `iso` and the implicit default build mode 'iso'. Add basic documentation for the bootstrap_packages.arch file. Add missing backticks. Fix indent.
* Move README.profile.rst to docs/nl67202021-04-301-0/+144
Keep all documentation except the main README in the docs directory.