diff options
author | Eric Bélanger <snowmaniscool@gmail.com> | 2011-06-19 12:40:06 +0200 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2011-06-25 12:33:16 +0200 |
commit | ead707165e3b084b814ae924e6d206720f414031 (patch) | |
tree | eb4774c5e063fd9cefe4b550b48c79b53e22bfe6 | |
parent | 840893e2b37470749d11e249becdba40b91adc92 (diff) | |
download | mkinitcpio-ead707165e3b084b814ae924e6d206720f414031.tar.gz mkinitcpio-ead707165e3b084b814ae924e6d206720f414031.tar.xz |
Added usbinput to default hooks (implements FS#19328)
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com>
-rw-r--r-- | mkinitcpio.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 |