summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2022-05-29 21:31:39 -0400
committerDavid P <megver83@parabola.nu>2022-05-29 21:31:39 -0400
commite2c0a76562b7d9f70838d1a7674d3aec6950400f (patch)
tree32990c317002ee8a03bb1eabab0bf8cad3720ff1 /docs
parente893ae01f9c8f144c1df36f17083009746996ba2 (diff)
sync with archiso f4e2d68
archiso: f4e2d68 (HEAD -> master, origin/master, origin/HEAD) Merge remote-tracking branch 'origin/merge-requests/254' 2a1f44b fix boot menu entry sorting 3bacf05 add accessible copytoram entry a7e3337 enable beeps in boot menu 376e928 Merge remote-tracking branch 'origin/merge-requests/216' 09d8885 Update CHANGELOG. c335d5d Update baseline and releng profiledef.sh to support ia32 uefi mode. 4e20b30 Add GRUB configuration files to baseline and releng profiles. 2b7e1b4 Add support for GRUB ia32 UEFI in mkarchiso, update READMEs. 4936978 Merge remote-tracking branch 'origin/merge-requests/250' a8f7762 bind-tools has been replaced with bind
Diffstat (limited to 'docs')
-rw-r--r--docs/README.profile.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/README.profile.rst b/docs/README.profile.rst
index a3dc954..f2ba5e6 100644
--- a/docs/README.profile.rst
+++ b/docs/README.profile.rst
@@ -10,6 +10,7 @@ A parabolaiso profile consists of several configuration files and a directory fo
├── airootfs/
├── efiboot/
├── syslinux/
+ ├── grub/
├── bootstrap_packages.arch
├── packages.arch
├── pacman.conf
@@ -45,6 +46,8 @@ The image file is constructed from some of the variables in ``profiledef.sh``: `
- ``bios.syslinux.mbr``: Syslinux for x86 BIOS booting from a disk
- ``bios.syslinux.eltorito``: Syslinux for x86 BIOS booting from an optical disc
+ - ``uefi-ia32.grub.esp``: GRUB for IA32 UEFI booting from a disk
+ - ``uefi-ia32.grub.eltorito``: GRUB for IA32 UEFI booting from an optical disc
- ``uefi-x64.systemd-boot.esp``: systemd-boot for x86_64 UEFI booting from a disk
- ``uefi-x64.systemd-boot.eltorito``: systemd-boot for x86_64 UEFI booting from an optical disc
- ``uefi-x64.refind.esp``: rEFInd for x86_64 UEFI booting from a disk
@@ -166,3 +169,11 @@ It contains configuration files for `syslinux <https://wiki.syslinux.org/wiki/in
<https://wiki.syslinux.org/wiki/index.php?title=PXELINUX>`_ used in the resuling image.
The *custom template identifiers* are understood in all `.cfg` files in this directory.
+
+grub
+----
+
+This directory is mandatory when the ``uefi-ia32.grub.esp`` or ``uefi-ia32.grub.eltorito`` bootmodes are selected in
+``profiledef.sh``.
+It contains configuration files for `GRUB <https://www.gnu.org/software/grub/>`_
+used in the resulting image.