From 15988f0f8b8232b010179dc834ca4dd851a14f00 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sun, 15 Jan 2012 16:42:10 -0500 Subject: mkinitcpio.conf: add note about separate /usr, fsck as default Signed-off-by: Dave Reisner --- mkinitcpio.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3-24-g4f1b