From: Prarit Bhargava Date: Mon, 5 Jun 2017 11:51:36 +0000 (-0400) Subject: module-setup.sh: Add ARM specific driver to initramfs image X-Git-Tag: 046~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd24c90c363109e1693161a5d5c51190bb99cd29;p=thirdparty%2Fdracut.git module-setup.sh: Add ARM specific driver to initramfs image 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 Cc: dzickus@redhat.com Cc: dmarlin@redhat.com Cc: wefu@redhat.com Cc: harald@redhat.com --- diff --git a/modules.d/90kernel-modules/module-setup.sh b/modules.d/90kernel-modules/module-setup.sh index ee6ba5d46..33b9ffe88 100755 --- a/modules.d/90kernel-modules/module-setup.sh +++ b/modules.d/90kernel-modules/module-setup.sh @@ -40,6 +40,7 @@ installkernel() { "=drivers/usb/host" \ "=drivers/usb/musb" \ "=drivers/usb/phy" \ + "=drivers/scsi/hisi_sas" \ ${NULL} fi