Skip to content

Commit

Permalink
Merge pull request #202 from grml/zeha/moddeplst-message
Browse files Browse the repository at this point in the history
GRMLBASE/45-grub-images: fix moddep.lst name in message
  • Loading branch information
zeha authored Dec 10, 2024
2 parents e717692 + 9e3bd7a commit d64ef59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/grml/fai/config/scripts/GRMLBASE/45-grub-images
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ if ifclass ARM64 ; then
# NOTE: efi_uga (EFI Universal Graphics Adapter) is deprecated + unavailable on arm64
ADDITIONAL_MODULES[arm64-efi]="efi_gop" # no efi_uga available
else
echo "/usr/lib/grub/arm64-efi/moddep.lst.lst could not be found, skipping."
echo "/usr/lib/grub/arm64-efi/moddep.lst could not be found, skipping."
echo "NOTE: grub-efi-arm64-bin not installed?"
fi
fi
Expand Down

0 comments on commit d64ef59

Please sign in to comment.