summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mkinitcpio.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/mkinitcpio.conf b/mkinitcpio.conf
index d53aabe..0f97131 100644
--- a/mkinitcpio.conf
+++ b/mkinitcpio.conf
@@ -54,7 +54,10 @@ 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 usbinput"
+#
+## NOTE: If you have /usr on a separate partition, you MUST include the
+# fsck and shutdown hooks.
+HOOKS="base udev autodetect pata scsi sata filesystems usbinput fsck"
# COMPRESSION
# Use this to compress the initramfs image. With kernels earlier than