Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-11-26 | merge most storage hooks into a single 'block' hook | Dave Reisner | 1 | -15/+1 | |
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> | |||||
2012-05-18 | use new API for install hooks | Dave Reisner | 1 | -1/+1 | |
Signed-off-by: Dave Reisner <dreisner@archlinux.org> | |||||
2011-10-01 | Add a virtio hook0.7.3 | Sebastien Luttringer | 1 | -0/+15 | |
This allow initcpio to boot vm which use virtio as network/disk backend. Signed-off-by: Sebastien Luttringer <seblu@seblu.net> |