diff options
author | Dave Reisner <d@falconindy.com> | 2011-06-09 18:53:30 +0200 |
---|---|---|
committer | Dave Reisner <d@falconindy.com> | 2011-06-16 20:19:12 +0200 |
commit | de8365f4b60a8058ad6b649d34156f231a921b1b (patch) | |
tree | c89b63c9ab422ddcb125c1c1bf78b8195aafbec9 /mkinitcpio.conf | |
parent | 5c13206bd991df7efc48043feb3d0ae8489ab835 (diff) | |
download | mkinitcpio-de8365f4b60a8058ad6b649d34156f231a921b1b.tar.gz mkinitcpio-de8365f4b60a8058ad6b649d34156f231a921b1b.tar.xz |
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 <d@falconindy.com>
Diffstat (limited to 'mkinitcpio.conf')
-rw-r--r-- | mkinitcpio.conf | 6 |
1 files changed, 3 insertions, 3 deletions
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" |