28 Jan
2012
28 Jan
'12
8:39 p.m.
Signed-off-by: Dave Reisner <dreisner@archlinux.org> --- mkinitcpio.conf | 5 ++++- 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 -- 1.7.8.4