31 lines
947 B
Diff
31 lines
947 B
Diff
|
From aded658821983ba7d92def26793813c1b3a83475 Mon Sep 17 00:00:00 2001
|
||
|
From: Laszlo Gombos <laszlo.gombos@gmail.com>
|
||
|
Date: Sat, 20 Jul 2024 18:49:38 -0400
|
||
|
Subject: [PATCH 10/24] test: do not force include dash, let sh module make a
|
||
|
selection
|
||
|
|
||
|
This is important for alpine, so that it does not install both
|
||
|
dash and busybox dracut modules that are potentially conflicting.
|
||
|
|
||
|
(cherry picked from commit 6e3c2bf9d01ad0f93176ee121bb70404f24de4e7)
|
||
|
---
|
||
|
modules.d/80test-makeroot/module-setup.sh | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/modules.d/80test-makeroot/module-setup.sh b/modules.d/80test-makeroot/module-setup.sh
|
||
|
index f311e4a0..fc105d7e 100755
|
||
|
--- a/modules.d/80test-makeroot/module-setup.sh
|
||
|
+++ b/modules.d/80test-makeroot/module-setup.sh
|
||
|
@@ -6,7 +6,7 @@ check() {
|
||
|
}
|
||
|
|
||
|
depends() {
|
||
|
- echo "dash rootfs-block kernel-modules qemu"
|
||
|
+ echo "rootfs-block kernel-modules qemu"
|
||
|
}
|
||
|
|
||
|
installkernel() {
|
||
|
--
|
||
|
2.42.0
|
||
|
|