diff options
author | Tobias Powalowski <tpowa@archlinux.org> | 2007-01-15 20:45:40 +0100 |
---|---|---|
committer | Tobias Powalowski <tpowa@archlinux.org> | 2007-01-15 20:45:40 +0100 |
commit | 43fbc5721de6254a82002e685afb6b82eeb51d48 (patch) | |
tree | ad1cdd1247abe995fec17b775829844933a34141 | |
parent | 184cc440ced65cba8c6113c4739acbf0d511320f (diff) | |
download | mkinitcpio-43fbc5721de6254a82002e685afb6b82eeb51d48.tar.gz mkinitcpio-43fbc5721de6254a82002e685afb6b82eeb51d48.tar.xz |
'fixed lvm2 in config'
git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@192 880c04e9-e011-0410-abf7-b926e227c9cd
-rw-r--r-- | mkinitcpio.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mkinitcpio.conf b/mkinitcpio.conf index a39fd95..70c3398 100644 --- a/mkinitcpio.conf +++ b/mkinitcpio.conf @@ -34,7 +34,7 @@ FILES="" # 'filesystems' is _required_ unless you specify your fs modules in MODULES # Examples: # This setup specifies all modules in the MODULES setting above. -# No raid, lvm, or encrypted root is needed. +# No raid, lvm2, or encrypted root is needed. # HOOKS="base" # # This setup will autodetect all modules for your system and should @@ -49,6 +49,6 @@ FILES="" # Note: See 'mkinitcpio -H raid' for more information on raid devices. # HOOKS="base udev ide raid encrypt filesystems" # -# This setup loads an LVM volume group on a usb device. -# HOOKS="base udev usb filesystems lvm" +# This setup loads an lvm2 volume group on a usb device. +# HOOKS="base udev usb lvm2 filesystems" HOOKS="base udev autodetect ide scsi sata filesystems" |