[arch-projects] [mkinitcpio][PATCH 06/10] mkinitcpio.conf: add note about separate /usr, fsck as default

Dave Reisner d at falconindy.com
Sat Jan 28 15:39:42 EST 2012


Signed-off-by: Dave Reisner <dreisner at 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



More information about the arch-projects mailing list