diff options
| author | nl6720 <nl6720@gmail.com> | 2024-04-01 19:46:26 +0300 |
|---|---|---|
| committer | nl6720 <nl6720@gmail.com> | 2024-04-01 19:55:12 +0300 |
| commit | 57ccf8ef5706be307443f0e17dbf6803e5a230ba (patch) | |
| tree | 3aff437690b271fb1b901061797bf75fd6ce46ab /CHANGELOG.rst | |
| parent | d3c8f38eadd3b0ffc454733f6b1624f86d947d4b (diff) | |
| download | archiso-57ccf8ef5706be307443f0e17dbf6803e5a230ba.tar.gz archiso-57ccf8ef5706be307443f0e17dbf6803e5a230ba.tar.bz2 | |
mkarchiso: fix requirement validation logic for uefi-ia32.systemd-boot.eltorito
`uefi-ia32.systemd-boot.eltorito` has the same requirements as
`uefi-ia32.systemd-boot.esp`, not the same as `uefi-x64.systemd-boot.esp`.
Fixes: 5e72546e89024a9e8095c75be6ca86312f5c376a ("mkarchiso: add uefi-ia32.systemd-boot.esp and uefi-ia32.systemd-boot.eltorito boot modes")
Diffstat (limited to 'CHANGELOG.rst')
| -rw-r--r-- | CHANGELOG.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 02bf408..388cba3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -20,6 +20,9 @@ Deprecated Fixed ----- +- Fix requirement validation logic for the ``uefi-ia32.systemd-boot.eltorito`` boot mode. It incorrectly applied the + same requirements as ``uefi-x64.systemd-boot.esp``. + Removed ------- |
