diff options
author | Thomas Bächler <thomas@archlinux.org> | 2006-11-27 21:50:52 +0100 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2006-11-27 21:50:52 +0100 |
commit | e8f8478b128b142262b6f0e3d24b6f9b766f81d3 (patch) | |
tree | 61833dadbc25390c89cae397ab66e66976e83a71 | |
parent | 9d23efa73ae778e0e70f9bbc44f696d90da387f3 (diff) | |
download | mkinitcpio-e8f8478b128b142262b6f0e3d24b6f9b766f81d3.tar.gz mkinitcpio-e8f8478b128b142262b6f0e3d24b6f9b766f81d3.tar.xz |
fixed comment in default config
git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@184 880c04e9-e011-0410-abf7-b926e227c9cd
-rw-r--r-- | mkinitcpio.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkinitcpio.conf b/mkinitcpio.conf index e4c301d..a39fd95 100644 --- a/mkinitcpio.conf +++ b/mkinitcpio.conf @@ -47,7 +47,7 @@ FILES="" # # This setup assembles an ide raid array with an encrypted root FS. # Note: See 'mkinitcpio -H raid' for more information on raid devices. -# HOOKS="base udev ide filesystems raid encrypt" +# HOOKS="base udev ide raid encrypt filesystems" # # This setup loads an LVM volume group on a usb device. # HOOKS="base udev usb filesystems lvm" |