diff options
Diffstat (limited to 'mkinitcpio.conf')
-rw-r--r-- | mkinitcpio.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkinitcpio.conf b/mkinitcpio.conf index 1047011..7616809 100644 --- a/mkinitcpio.conf +++ b/mkinitcpio.conf @@ -49,7 +49,7 @@ FILES="" # ## NOTE: If you have /usr on a separate partition, you MUST include the # usr, fsck and shutdown hooks. -HOOKS="base udev autodetect modconf block filesystems usbinput fsck" +HOOKS="base udev autodetect modconf block filesystems keyboard fsck" # COMPRESSION # Use this to compress the initramfs image. By default, gzip compression |