From ead707165e3b084b814ae924e6d206720f414031 Mon Sep 17 00:00:00 2001 From: Eric Bélanger Date: Sun, 19 Jun 2011 06:40:06 -0400 Subject: Added usbinput to default hooks (implements FS#19328) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Eric Bélanger --- mkinitcpio.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkinitcpio.conf b/mkinitcpio.conf index 3915f96..d53aabe 100644 --- a/mkinitcpio.conf +++ b/mkinitcpio.conf @@ -54,7 +54,7 @@ FILES="" # ## This setup loads an lvm2 volume group on a usb device. # HOOKS="base udev usb lvm2 filesystems" -HOOKS="base udev autodetect pata scsi sata filesystems" +HOOKS="base udev autodetect pata scsi sata filesystems usbinput" # COMPRESSION # Use this to compress the initramfs image. With kernels earlier than -- cgit v1.2.3-24-g4f1b