summaryrefslogtreecommitdiffstats
path: root/mkinitcpio.conf
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2012-10-06 03:09:30 +0200
committerDave Reisner <dreisner@archlinux.org>2012-11-26 02:08:57 +0100
commit97368c0e78f3a4fe4d62f7aedde88d4be13bfdba (patch)
tree4164e1a9134455804c53218d29bdf4b2ef72b789 /mkinitcpio.conf
parenteac33ad291fe89bb3e157c2ca8e0d8c152ab8f37 (diff)
downloadmkinitcpio-97368c0e78f3a4fe4d62f7aedde88d4be13bfdba.tar.gz
mkinitcpio-97368c0e78f3a4fe4d62f7aedde88d4be13bfdba.tar.xz
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 <dreisner@archlinux.org>
Diffstat (limited to 'mkinitcpio.conf')
-rw-r--r--mkinitcpio.conf14
1 files changed, 5 insertions, 9 deletions
diff --git a/mkinitcpio.conf b/mkinitcpio.conf
index 229fa05..c4380af 100644
--- a/mkinitcpio.conf
+++ b/mkinitcpio.conf
@@ -37,26 +37,22 @@ FILES=""
#
## This setup will autodetect all modules for your system and should
## work as a sane default
-# HOOKS="base udev autodetect pata scsi sata filesystems"
-#
-## This is identical to the above, except the old ide subsystem is
-## used for IDE devices instead of the new pata subsystem.
-# HOOKS="base udev autodetect ide scsi sata filesystems"
+# HOOKS="base udev autodetect block filesystems"
#
## This setup will generate a 'full' image which supports most systems.
## No autodetection is done.
-# HOOKS="base udev pata scsi sata usb filesystems"
+# HOOKS="base udev block filesystems"
#
## This setup assembles a pata mdadm array with an encrypted root FS.
## Note: See 'mkinitcpio -H mdadm' for more information on raid devices.
-# HOOKS="base udev pata mdadm encrypt filesystems"
+# HOOKS="base udev block mdadm encrypt filesystems"
#
## This setup loads an lvm2 volume group on a usb device.
-# HOOKS="base udev usb lvm2 filesystems"
+# HOOKS="base udev block lvm2 filesystems"
#
## NOTE: If you have /usr on a separate partition, you MUST include the
# usr, fsck and shutdown hooks.
-HOOKS="base udev autodetect pata scsi sata filesystems usbinput fsck"
+HOOKS="base udev autodetect block filesystems usbinput fsck"
# COMPRESSION
# Use this to compress the initramfs image. By default, gzip compression