52fb8f6eda
From-source-git-commit: 56bf1917de004cd3f9032a68a6cd09d5bd972b04 Additional fixes: - support for erofs in squash modules - always include the resume module - include systemd config files from /usr/lib/systemd - only return block devices from get_persistent_dev - allow for \ in get_maj_min file path - install blk modules using symbol blk_alloc_disk Resolves: RHEL-32237,RHEL-32506,RHEL-43460,RHEL-47145,RHEL-49744,RHEL-53350
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
|
|
|