diff options
author | Aaron Griffin <aaron@archlinux.org> | 2006-05-04 03:34:10 +0200 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2006-05-04 03:34:10 +0200 |
commit | 76167effbaa98d6e5d967451aa65902e4a5d4782 (patch) | |
tree | 39bbc3b9397fd9e8121ffb7062fac3d018cb75d1 /mkinitcpio.conf | |
parent | 8366d90a197780866aae68eda441f884619964bd (diff) | |
download | mkinitcpio-76167effbaa98d6e5d967451aa65902e4a5d4782.tar.gz mkinitcpio-76167effbaa98d6e5d967451aa65902e4a5d4782.tar.xz |
Added scsi and sata to default config
git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@51 880c04e9-e011-0410-abf7-b926e227c9cd
Diffstat (limited to 'mkinitcpio.conf')
-rw-r--r-- | mkinitcpio.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkinitcpio.conf b/mkinitcpio.conf index 8057495..9e0576d 100644 --- a/mkinitcpio.conf +++ b/mkinitcpio.conf @@ -51,4 +51,4 @@ FILES="" # # This setup loads an LVM volume group on a usb device. # HOOKS="base udev usb filesystems lvm" -HOOKS="base udev ide filesystems autodetect" +HOOKS="base udev ide scsi sata filesystems autodetect" |