diff options
author | Thomas Bächler <thomas@archlinux.org> | 2011-06-02 16:26:58 +0200 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2011-06-02 16:26:58 +0200 |
commit | 22bfb696d662c708280aa674f718bd7277e72630 (patch) | |
tree | 7de0ad39afa3bf90460e5b7e07a6d194c3c9bd0e /install | |
parent | 5d1f76ea7db5013c50fda3ac817af4348e338faa (diff) | |
download | mkinitcpio-22bfb696d662c708280aa674f718bd7277e72630.tar.gz mkinitcpio-22bfb696d662c708280aa674f718bd7277e72630.tar.xz |
Remove load-modules.sh. Requires the udev 171-2 package.
Diffstat (limited to 'install')
-rw-r--r-- | install/udev | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/install/udev b/install/udev index e87fce9..33a13cc 100644 --- a/install/udev +++ b/install/udev @@ -14,7 +14,6 @@ install () 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 } help () |