aboutsummaryrefslogtreecommitdiff
path: root/configs/releng/grub/loopback.cfg
Commit message (Collapse)AuthorAgeFilesLines
* configs/releng/: use mkinitcpio's microcode hook instead of external ↵nl67202024-04-191-2/+2
| | | | | | | | | microcode images This simplifies boot loader configuration, but custom PXE setups will be forced to update theirs. Implements https://gitlab.archlinux.org/archlinux/archiso/-/issues/226
* Add configs/*/grub/loopback.cfgnl67202023-09-281-0/+80
See https://www.supergrubdisk.org/wiki/Loopback.cfg for details. Only `${iso_path}` is guaranteed, so we need to search for the volume, on which the ISO file resides, ourselves. Implements https://gitlab.archlinux.org/archlinux/archiso/-/issues/165