Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Tallero Tallero
archiso
Commits
025d6b82
Commit
025d6b82
authored
Jan 08, 2022
by
Yamada Hayao
Committed by
Yamada Hayao
Jan 08, 2022
Browse files
mkarchiso: Fix mmd-command check
valication_error variable is not changed when mmd and/or mcopy are missing.
parent
324bab5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
archiso/mkarchiso
View file @
025d6b82
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment