9b87c1a6f8
* 0007-grub-mkimage-Create-new-ELF-note-for-SBAT.patch * 0008-grub-mkimage-Add-SBAT-metadata-into-ELF-note-for-Pow.patch - Replaced patches * 0007-mkimage-create-new-ELF-Note-for-SBAT.patch * 0008-mkimage-adding-sbat-data-into-sbat-ELF-Note-on-power.patch - Fix missing requires in SLE package (bsc#1234264) (bsc#1234272) OBS-URL: https://build.opensuse.org/package/show/Base:System/grub2?expand=0&rev=526
13 lines
458 B
Diff
13 lines
458 B
Diff
grub-mkonfig: Look for Image-* on aarch64
|
|
|
|
--- a/util/grub.d/10_linux.in
|
|
+++ b/util/grub.d/10_linux.in
|
|
@@ -194,6 +194,7 @@
|
|
machine=`uname -m`
|
|
case "x$machine" in
|
|
xi?86 | xx86_64) klist="/boot/vmlinuz-* /vmlinuz-* /boot/kernel-*" ;;
|
|
+ xaarch64) klist="/boot/Image-* /Image-* /boot/kernel-*" ;;
|
|
xs390 | xs390x) klist="/boot/image-* /boot/kernel-*" ;;
|
|
*) klist="/boot/vmlinuz-* /boot/vmlinux-* /vmlinuz-* /vmlinux-* \
|
|
/boot/kernel-*" ;;
|