load modules common to all linux revisions
[cinitramfs.git] / modules_revisions_all.sh
blob11793d4b637ec43ae74b21ed6d210bee27851fa5
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=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 #WARNING:the soft dep of ext4 on crypto crc32c is not handled, you must add the
10 #module which registers the crc32c algo manually
11 FS_MODULES=ext4