ARM64 grub-file and grub-mkconfig support.

This commit is contained in:
Vladimir Serbinenko 2013-12-23 17:35:18 +01:00
parent 0c930a841e
commit a4d610026f
3 changed files with 24 additions and 1 deletions

View file

@ -273,7 +273,8 @@ for i in "${grub_mkconfig_dir}"/* ; do
*/\#*\#) ;;
*)
if grub_file_is_not_garbage "$i" && test -x "$i" ; then
for platform in x86 i386-xen-pae x86_64-xen mips mipsel sparc64 powerpc ia64 arm; do
for platform in x86 i386-xen-pae x86_64-xen mips mipsel sparc64 powerpc ia64 arm arm64; do
GRUB_PLATFORM=$platform
export GRUB_PLATFORM
buf="$($i)"