1 Star 0 Fork 83

yuucyf / grub2

forked from src-openEuler / grub2 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
grub2-mkconfig-riscv64.patch 651 Bytes
Copy Edit Raw Blame History
zhangqiumiao authored 2024-03-04 03:17 . update to 2.12
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-*" ;;
1
https://gitee.com/yuucyf/grub2.git
git@gitee.com:yuucyf/grub2.git
yuucyf
grub2
grub2
master

Search