index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | nl6720 <nl6720@gmail.com> | 2022-01-09 11:14:10 +0200 |
---|---|---|
committer | nl6720 <nl6720@gmail.com> | 2022-01-09 11:14:10 +0200 |
commit | e2e4f3d6196fd013d944390f793f12e8dad089c3 (patch) | |
tree | 06a7499d47a0e12858cf88134d7f7dda264f97a7 | |
parent | 324bab5c4e247a7326e60c3c319898eb95b5d7b3 (diff) | |
parent | 025d6b828fd109df5a58517cc6bd5cb2f8c059d6 (diff) |
-rwxr-xr-x | archiso/mkarchiso | 1 |
diff --git a/archiso/mkarchiso b/archiso/mkarchiso index ddb7022..dab6bde 100755 --- a/archiso/mkarchiso +++ b/archiso/mkarchiso @@ -653,6 +653,7 @@ _validate_requirements_bootmode_uefi-x64.systemd-boot.esp() { # Check if mmd and mcopy are available if ! { command -v mmd &> /dev/null && command -v mcopy &> /dev/null; }; then + (( validation_error=validation_error+1 )) _msg_error "Validating '${bootmode}': mmd and/or mcopy are not available on this host. Install 'mtools'!" 0 fi |