diff options
author | Thomas Bächler <thomas@archlinux.org> | 2009-06-06 22:51:59 +0200 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2009-06-06 22:51:59 +0200 |
commit | 61f6d3a913354572192f2b31ad380cb410988300 (patch) | |
tree | 5b3355707219fd4cea87dd411d9446eb2e425143 /install/modload | |
parent | 13825315ff94fd35c8cd604eeecf125ebd76e8b0 (diff) | |
download | mkinitcpio-61f6d3a913354572192f2b31ad380cb410988300.tar.gz mkinitcpio-61f6d3a913354572192f2b31ad380cb410988300.tar.xz |
Remove the modload hook. It is untested and unmaintained.
Diffstat (limited to 'install/modload')
-rw-r--r-- | install/modload | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/install/modload b/install/modload deleted file mode 100644 index fd46a22..0000000 --- a/install/modload +++ /dev/null @@ -1,18 +0,0 @@ -# vim: set ft=sh: - -install () -{ - MODULES="" - BINARIES="" - FILES="" - SCRIPT="modload" -} - -help () -{ -cat<<HELPEOF - This hook manually detects and loads modules. It is much - slower than udev and the udev hook should be preferred. - This remains meerly as another option for a user. -HELPEOF -} |