1 Star 0 Fork 16

gaohongmei/dracut

forked from src-anolis-os/dracut 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0166.patch 757 Bytes
一键复制 编辑 原始数据 按行查看 历史
From 58e04fa657c09322feaa195d465514a850acfcb7 Mon Sep 17 00:00:00 2001
From: Kairui Song <kasong@redhat.com>
Date: Fri, 4 Dec 2020 15:37:27 +0800
Subject: [PATCH] fix(squash): this module shouldn't depend on bash
Any other shell should just work.
(cherry picked from commit c552c99ef8e5251e35242e0a3c09eafcd917b31a)
Resolves: #1959336
---
modules.d/99squash/module-setup.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules.d/99squash/module-setup.sh b/modules.d/99squash/module-setup.sh
index 5b2435cc..ba9d52ff 100644
--- a/modules.d/99squash/module-setup.sh
+++ b/modules.d/99squash/module-setup.sh
@@ -22,7 +22,7 @@ check() {
}
depends() {
- echo "bash systemd-initrd"
+ echo "systemd-initrd"
return 0
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/gaohongmei/dracut.git
git@gitee.com:gaohongmei/dracut.git
gaohongmei
dracut
dracut
a8

搜索帮助