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: 5e72546e89 ("mkarchiso: add uefi-ia32.systemd-boot.esp and uefi-ia32.systemd-boot.eltorito boot modes")
This commit is contained in:
nl6720 2024-04-01 19:46:26 +03:00
parent d3c8f38ead
commit 57ccf8ef57
No known key found for this signature in database
GPG key ID: 6B5387E670A955AD
2 changed files with 4 additions and 1 deletions

View file

@ -20,6 +20,9 @@ Deprecated
Fixed 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 Removed
------- -------

View file

@ -1150,7 +1150,7 @@ _validate_requirements_bootmode_uefi-ia32.systemd-boot.eltorito() {
fi fi
# uefi-ia32.systemd-boot.eltorito has the exact same requirements as uefi-ia32.systemd-boot.esp # uefi-ia32.systemd-boot.eltorito has the exact same requirements as uefi-ia32.systemd-boot.esp
_validate_requirements_bootmode_uefi-x64.systemd-boot.esp _validate_requirements_bootmode_uefi-ia32.systemd-boot.esp
} }
_validate_requirements_bootmode_uefi-ia32.grub.esp() { _validate_requirements_bootmode_uefi-ia32.grub.esp() {