9 Star 1 Fork 83

src-openEuler / grub2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
grub2-s390x-skip-zfcpdump-image.patch 648 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhangqiumiao 提交于 2024-03-04 03:17 . update to 2.12
--- a/util/grub-mkconfig_lib.in
+++ b/util/grub-mkconfig_lib.in
@@ -193,6 +193,12 @@
*.rpmsave|*.rpmnew) return 1 ;;
README*|*/README*) return 1 ;; # documentation
*.sig) return 1 ;; # signatures
+ # Skip zfcpdump kernel from the grub boot menu (bsc#1166513) The zfcpdump
+ # kernel image is used by zipl to prepare a SCSI dump disc and is only
+ # intended to boot from that disk for creating kernel crash dumps,
+ # therefore booting it from grub is not making sense and also will result
+ # in unbootable system.
+ *-zfcpdump) return 1 ;; # s390 zfcpdump image
esac
else
return 1
1
https://gitee.com/src-openeuler/grub2.git
git@gitee.com:src-openeuler/grub2.git
src-openeuler
grub2
grub2
master

搜索帮助