kernel 4.18 support
[cinitramfs.git] / 4.0
blobcc78d775e8ec8b6418e3111169bf160b1185519a
1 #Those are the modules needed to find our root filesystem can be. For a live
2 #system, this should be most hardware block drivers without forgetting usb
3 #mass storage (may need usb attached scsi)
4 HW_MODULES=sata_nv,ahci
5 #those modules are "disk" drivers which uses their respective "bus" drivers
6 #(sd_mod->scsi, usb-storaye->usb...)
7 DISK_MODULES=sd_mod,usb-storage
8 #the modules of filesystems we want to include in our initramfs
9 FS_MODULES=ext4