summaryrefslogtreecommitdiffstats
path: root/install/block
AgeCommit message (Collapse)AuthorFilesLines
2020-10-27Merge branch 'nvdimm' of https://github.com/nl6720/mkinitcpio into nl6720-nvdimmGiancarlo Razzolini1-0/+3
2020-07-16install/block: include NVDIMM modulesnl67201-0/+3
This allows for booting from an ISO that was copied to a pmem device, such as '/dev/pmem0'. See also https://github.com/u-root/webboot/ . Co-authored-by: Daniel Maslowski <info@orangecms.org>
2020-05-20block: only include drivers/mmcTuomas Lähdekorpi1-1/+1
Filtering only by mmc pulls in media/mmc which would include modules and firmware for dvb.
2018-10-09install/block: avoid conditional addition of drivers25Dave Reisner1-17/+8
Avoid over-optimizing autodetect and always add these. This allows storage drivers to be builtins and still trigger addition of the block node driver.
2016-01-20Fix nvme module detection in Linux 4.4v19Evangelos Foutras1-2/+2
2014-07-24block: include all of drivers/storage/usbv18Dave Reisner1-1/+1
Fixes FS#41273.
2013-01-04install/block: move TI flash media drivers to autodetectDave Reisner1-2/+2
Some of these modules have modaliases which can be picked up by whitelisting. Signed-off-by: Dave Reisner <dreisner@archlinux.org>
2012-11-26merge most storage hooks into a single 'block' hookDave Reisner1-0/+45
As the autodetect hook gets better with every kernel release, we can "afford" to remove the needless segregation of block device driver hooks and simply merge all the "vanilla" or "unstacked" block device drivers. This should make a lot of setups, like usb or virtio, easier as you won't need to remember to add the hook. Signed-off-by: Dave Reisner <dreisner@archlinux.org>