index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | archiso/mkarchiso | 1 |
diff --git a/archiso/mkarchiso b/archiso/mkarchiso index 9b917ab..30c1e06 100755 --- a/archiso/mkarchiso +++ b/archiso/mkarchiso @@ -1005,6 +1005,7 @@ _validate_requirements_bootmode_uefi-x64.grub.esp() { if [[ ! " ${pkg_list[*]} " =~ ' edk2-shell ' ]]; then _msg_info "'edk2-shell' is not in the package list. The ISO will not contain a bootable UEFI shell." fi + # shellcheck disable=SC2076 if [[ ! " ${pkg_list[*]} " =~ ' memtest86+-efi ' ]]; then _msg_info "Validating '${bootmode}': 'memtest86+-efi' is not in the package list. Memory testing will not be available from GRUB." fi |