diff options
| author | nl6720 <nl6720@gmail.com> | 2023-01-26 15:51:23 +0200 |
|---|---|---|
| committer | nl6720 <nl6720@gmail.com> | 2023-09-28 10:09:10 +0300 |
| commit | 4280af747466c4a7d37eabc6502c1ed697210db9 (patch) | |
| tree | 572ba1ae1163bcda883216587a995051ac76705b /CHANGELOG.rst | |
| parent | 0cd0cc0c3b93e159451bca5cd880c7ca458cfb49 (diff) | |
| download | archiso-4280af747466c4a7d37eabc6502c1ed697210db9.tar.gz archiso-4280af747466c4a7d37eabc6502c1ed697210db9.tar.bz2 | |
Add configs/*/grub/loopback.cfg
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
Diffstat (limited to 'CHANGELOG.rst')
| -rw-r--r-- | CHANGELOG.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a41b474..53baf85 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -11,6 +11,8 @@ Added - Add bolt to releng for authorizing and otherwise managing Thunderbolt and USB4 devices. - Add ``uefi-ia32.systemd-boot.esp`` and ``uefi-ia32.systemd-boot.eltorito`` boot modes that use systemd-boot for IA32 UEFI. The boot modes of baseline and releng are not changed. +- Add GRUB configuration file ``/boot/grub/loopback.cfg`` to the releng and baseline profiles. It sets the necessary + boot parameters required for booting the ISO image as a file on a file system. Changed ------- |
