From fd24c90c363109e1693161a5d5c51190bb99cd29 Mon Sep 17 00:00:00 2001 From: Prarit Bhargava Date: Mon, 5 Jun 2017 07:51:36 -0400 Subject: [PATCH] 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 --- modules.d/90kernel-modules/module-setup.sh | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.3