* 0001-fs-xfs-Add-new-superblock-features-added-in-Linux-6..patch * 0002-fs-xfs-Fix-grub_xfs_iterate_dir-return-value-in-case.patch - Fix "attempt to read of write outside of partition" error message (bsc#1237844) * 0003-fs-xfs-fix-large-extent-counters-incompat-feature-su.patch OBS-URL: https://build.opensuse.org/package/show/Base:System/grub2?expand=0&rev=531
11 lines
458 B
Diff
11 lines
458 B
Diff
--- a/util/grub.d/10_linux.in
|
|
+++ b/util/grub.d/10_linux.in
|
|
@@ -195,6 +195,7 @@
|
|
case "x$machine" in
|
|
xi?86 | xx86_64) klist="/boot/vmlinuz-* /vmlinuz-* /boot/kernel-*" ;;
|
|
xaarch64) klist="/boot/Image-* /Image-* /boot/kernel-*" ;;
|
|
+ xarm*) klist="/boot/zImage-* /zImage-* /boot/kernel-*" ;;
|
|
xs390 | xs390x) klist="/boot/image-* /boot/kernel-*" ;;
|
|
*) klist="/boot/vmlinuz-* /boot/vmlinux-* /vmlinuz-* /vmlinux-* \
|
|
/boot/kernel-*" ;;
|