From 97368c0e78f3a4fe4d62f7aedde88d4be13bfdba Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Fri, 5 Oct 2012 21:09:30 -0400 Subject: merge most storage hooks into a single 'block' hook 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 --- install/virtio | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) mode change 100644 => 120000 install/virtio (limited to 'install/virtio') diff --git a/install/virtio b/install/virtio deleted file mode 100644 index 10037ab..0000000 --- a/install/virtio +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/bash - -build() { - add_checked_modules 'virtio_(blk|pci)' -} - -help() { - cat <