加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
grubby-aarch64-skip-test-grub2.15.patch 1.71 KB
一键复制 编辑 原始数据 按行查看 历史
znzjugod 提交于 2023-02-18 11:59 . enable make test
From b9c839defe4c78565448ae2b08cd58414beaf459 Mon Sep 17 00:00:00 2001
From: yangmingtai <yangmingtai@huawei.com>
Date: Tue, 9 Mar 2021 04:38:15 -0500
Subject: [PATCH] grubby: aarch64 skip test grub2.15
reason: aarch64 skip test grub2.15
---
test.sh | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/test.sh b/test.sh
index 5305c26..f4b5de2 100755
--- a/test.sh
+++ b/test.sh
@@ -508,6 +508,11 @@ if [ "" == "y" ]; then
--title='title' \
--initrd=/boot/new-initrd --boot-filesystem=/boot/ \
--copy-default --efi
+ grub2Test grub2.15 add/g2-1.15 \
+ --add-kernel=/boot/vmlinuz-0-rescue-5a94251776a14678911d4ae0949500f5 \
+ --initrd /boot/initramfs-0-rescue-5a94251776a14678911d4ae0949500f5.img \
+ --copy-default --title "Fedora 21 Rescue" --args=root=/fooooo \
+ --remove-kernel=wtf --boot-filesystem=/boot/ --efi
;;
esac
grub2Test grub2.6 add/g2-1.7 --add-kernel=/boot/new-kernel.img \
@@ -536,11 +541,6 @@ if [ "" == "y" ]; then
--devtree='/boot/dtb-2.6.38.8-32.fc15.x86_64/foobarbaz.dtb' \
--initrd=/boot/initramfs-2.6.38.8-32.fc15.x86_64.img \
--boot-filesystem=/boot/ --copy-default --efi
- grub2Test grub2.15 add/g2-1.15 \
- --add-kernel=/boot/vmlinuz-0-rescue-5a94251776a14678911d4ae0949500f5 \
- --initrd /boot/initramfs-0-rescue-5a94251776a14678911d4ae0949500f5.img \
- --copy-default --title "Fedora 21 Rescue" --args=root=/fooooo \
- --remove-kernel=wtf --boot-filesystem=/boot/ --efi
testing="GRUB2 add initrd"
grub2Test grub2.2 add/g2-1.4 --update-kernel=/boot/new-kernel.img \
--
2.18.1
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化