From de8365f4b60a8058ad6b649d34156f231a921b1b Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Thu, 9 Jun 2011 12:53:30 -0400 Subject: mkinitcpio.conf: s/raid/mdadm/ 'raid' is the old deprecated hook name, which no longer exists. mdadm is the proper name. Signed-off-by: Dave Reisner --- mkinitcpio.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mkinitcpio.conf') diff --git a/mkinitcpio.conf b/mkinitcpio.conf index 52abd56..ce0a077 100644 --- a/mkinitcpio.conf +++ b/mkinitcpio.conf @@ -48,9 +48,9 @@ FILES="" ## No autodetection is done. # HOOKS="base udev pata scsi sata usb filesystems" # -## This setup assembles a pata raid array with an encrypted root FS. -## Note: See 'mkinitcpio -H raid' for more information on raid devices. -# HOOKS="base udev pata raid encrypt filesystems" +## This setup assembles a pata mdadm array with an encrypted root FS. +## Note: See 'mkinitcpio -H mdadm' for more information on raid devices. +# HOOKS="base udev pata mdadm encrypt filesystems" # ## This setup loads an lvm2 volume group on a usb device. # HOOKS="base udev usb lvm2 filesystems" -- cgit v1.2.3-24-g4f1b