File 0001-TEST-01-BASIC-load-storage-modules-in-qemu-test.patch of Package dracut
From 6c21acbeb8e016f6b15d40ac05ad687ce3966a6d Mon Sep 17 00:00:00 2001
From: Thomas Blume <Thomas.Blume@suse.com>
Date: Thu, 17 Oct 2024 12:05:02 +0200
Subject: [PATCH] TEST-01-BASIC: load storage modules in qemu test
---
test/TEST-01-BASIC/create-root.sh | 3 +++
1 file changed, 3 insertions(+)
diff --git a/test/TEST-01-BASIC/create-root.sh b/test/TEST-01-BASIC/create-root.sh
index ecdc2b0a..1dc89626 100755
--- a/test/TEST-01-BASIC/create-root.sh
+++ b/test/TEST-01-BASIC/create-root.sh
@@ -12,6 +12,9 @@ udevadm settle
set -ex
+modprobe sd_mod
+modprobe ahci
+sleep 1
mkfs.ext3 -L ' rdinit=/bin/sh' /dev/disk/by-id/ata-disk_root
mkdir -p /root
mount /dev/disk/by-id/ata-disk_root /root
--
2.47.0