diff options
author | Thomas Bächler <thomas@archlinux.org> | 2008-03-16 11:30:58 +0100 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2008-03-16 11:30:58 +0100 |
commit | 2df29345a23a13fab9c65d91b4d0a8de77936de6 (patch) | |
tree | e24241e8728b694f3382c25d8cfb0d60ad049b56 /mkinitcpio.conf | |
parent | 61e7f45e12a6fbdfab0f3aeda4a00e58e2e89064 (diff) | |
download | mkinitcpio-2df29345a23a13fab9c65d91b4d0a8de77936de6.tar.gz mkinitcpio-2df29345a23a13fab9c65d91b4d0a8de77936de6.tar.xz |
Modify mkinitcpio.conf to use pata as default instead of ide.0.5.18pre2
Diffstat (limited to 'mkinitcpio.conf')
-rw-r--r-- | mkinitcpio.conf | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/mkinitcpio.conf b/mkinitcpio.conf index 70c3398..808734f 100644 --- a/mkinitcpio.conf +++ b/mkinitcpio.conf @@ -39,16 +39,20 @@ FILES="" # # This setup will autodetect all modules for your system and should # work as a sane default +# HOOKS="base udev autodetect pata scsi sata filesystems" +# +# This is identical to the above, except the old ide subsystem is +# used for IDE devices instead of the new pata subsystem. # HOOKS="base udev autodetect ide scsi sata filesystems" # # This setup will generate a 'full' image which supports most systems. # No autodetection is done. -# HOOKS="base udev ide scsi sata usb filesystems" +# HOOKS="base udev pata scsi sata usb filesystems" # -# This setup assembles an ide raid array with an encrypted root FS. +# This setup assembles an pata raid array with an encrypted root FS. # Note: See 'mkinitcpio -H raid' for more information on raid devices. -# HOOKS="base udev ide raid encrypt filesystems" +# HOOKS="base udev pata raid encrypt filesystems" # # 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" +HOOKS="base udev autodetect pata scsi sata filesystems" |