]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
module-setup.sh: Add ARM specific driver to initramfs image
authorPrarit Bhargava <prarit@redhat.com>
Mon, 5 Jun 2017 11:51:36 +0000 (07:51 -0400)
committerHarald Hoyer <harald@redhat.com>
Tue, 6 Jun 2017 11:39:43 +0000 (13:39 +0200)
If a hisi_sas storage device is used as / during system install, the
resulting installation will not boot because the hisi_sas driver is not
included in the initramfs.

The Hisilicon storage driver needs to be added to the initramfs image for
aarch64 kernels.

Signed-off-by: Prarit Bhargava <prarit@redhat.com>
Cc: dzickus@redhat.com
Cc: dmarlin@redhat.com
Cc: wefu@redhat.com
Cc: harald@redhat.com
modules.d/90kernel-modules/module-setup.sh

index ee6ba5d46be8c3633c8c496553c6d1b07b4f1d3e..33b9ffe889fc8956d03fa2d284072d8536803a66 100755 (executable)
@@ -40,6 +40,7 @@ installkernel() {
                 "=drivers/usb/host" \
                 "=drivers/usb/musb" \
                 "=drivers/usb/phy" \
+               "=drivers/scsi/hisi_sas" \
                 ${NULL}
         fi