diff options
author | Thomas Bächler <thomas@archlinux.org> | 2010-06-03 14:16:53 +0200 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2010-06-03 14:16:53 +0200 |
commit | f302dbc67c8bd5c96ef3c570925b8beba88f6487 (patch) | |
tree | 2eb2ed664604a983706ebd0502e8eead30cf2232 | |
parent | b1f6bfd271da67c9c754fc80368386f1a9b538a1 (diff) | |
download | mkinitcpio-f302dbc67c8bd5c96ef3c570925b8beba88f6487.tar.gz mkinitcpio-f302dbc67c8bd5c96ef3c570925b8beba88f6487.tar.xz |
udev hook: Add ata_id, path_id, scsi_id and usb_id to allow complete persistent storage rules
-rw-r--r-- | install/udev | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/udev b/install/udev index 17a82c9..e87fce9 100644 --- a/install/udev +++ b/install/udev @@ -11,7 +11,7 @@ install () for rules in 50-firmware.rules 50-udev-default.rules 60-persistent-storage.rules 80-drivers.rules; do add_file /lib/udev/rules.d/${rules} done - for tool in firmware; do + for tool in firmware ata_id path_id scsi_id usb_id; do add_file /lib/udev/${tool} done add_file /lib/initcpio/udev/load-modules.sh /lib/udev/load-modules.sh |