Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/docs/README.profile.rst
AgeCommit message (Collapse)Author
2024-03-30mkarchiso: implement configurable bootstrap tarball compressionnl6720
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.
2023-09-24mkarchiso: add uefi-ia32.systemd-boot.esp and ↵nl6720
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.
2023-05-17README.profile.rst: document %ARCHISO_UUID% and %ARCHISO_SEARCH_FILENAME%nl6720
While their values are not affected by `profiledef.sh` variables, there is no other place to document these *identifiers*.
2022-12-22fix typo in README.profile.rstAlexander Speshilov
2022-06-10Update documentation for uefi x64 grub boot modesplainlinen
2022-05-25Add support for GRUB ia32 UEFI in mkarchiso, update READMEs.Pellegrino Prevete
2021-05-10docs: Add netboot to buildmodes documentationDavid Runge
docs/README.profile.rst: Add documentation for the netboot buildmode.
2021-05-09docs: Add documentation for buildmodes and bootstrap build modeDavid Runge
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.
2021-04-30Move README.profile.rst to docs/nl6720
Keep all documentation except the main README in the docs directory.