012e0e85e4
- Support s390x Secure Execution (jsc#PED-9531) * grub2-s390x-secure-execution-support.patch - Update grub2-s390x-set-hostonly.patch to add the patch header and the description OBS-URL: https://build.opensuse.org/request/show/1227248 OBS-URL: https://build.opensuse.org/package/show/Base:System/grub2?expand=0&rev=524
13 lines
651 B
Diff
13 lines
651 B
Diff
Index: grub-2.04/util/grub.d/10_linux.in
|
|
===================================================================
|
|
--- grub-2.04.orig/util/grub.d/10_linux.in
|
|
+++ grub-2.04/util/grub.d/10_linux.in
|
|
@@ -216,6 +216,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-*" ;;
|
|
+ xriscv64) klist="/boot/Image-* /Image-* /boot/kernel-*" ;;
|
|
xs390 | xs390x) klist="/boot/image-* /boot/kernel-*" ;;
|
|
*) klist="/boot/vmlinuz-* /boot/vmlinux-* /vmlinuz-* /vmlinux-* \
|
|
/boot/kernel-*" ;;
|