index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | nl6720 <nl6720@gmail.com> | 2023-01-28 13:57:36 +0200 |
---|---|---|
committer | nl6720 <nl6720@gmail.com> | 2023-02-24 10:22:36 +0200 |
commit | d96a3569957906eb95a76e302cf75da250cd8337 (patch) | |
tree | 8bb7e4238514f678fe0a1a5a016ea546fbde4c81 /CHANGELOG.rst | |
parent | f7502001b0e538bd443cb7ab82539f5aaa7afddb (diff) |
-rw-r--r-- | CHANGELOG.rst | 3 |
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index da1c9ea..0196770 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -24,6 +24,9 @@ Changed the ISO volume and load the ``grub.cfg`` from there. - Moved GRUB files on ISO 9660 from ``/EFI/BOOT/`` to a boot-platform neutral place ``/boot/grub/``. This does not apply to the EFI binaries that remain in the default/fallback boot path. +- Move ``grubenv`` to ``/boot/grub/grubenv`` on ISO 9660 so that it is together with the rest of GRUB-specific files. + Additionally write more variables in it. The previous ``/${install_dir}/grubenv`` (``/arch/grubenv`` for releng) + is deprecated and a future archiso release will not create this file anymore. Removed ------- |