summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorThomas Bächler <thomas@archlinux.org>2009-06-06 22:51:59 +0200
committerThomas Bächler <thomas@archlinux.org>2009-06-06 22:51:59 +0200
commit61f6d3a913354572192f2b31ad380cb410988300 (patch)
tree5b3355707219fd4cea87dd411d9446eb2e425143 /install
parent13825315ff94fd35c8cd604eeecf125ebd76e8b0 (diff)
downloadmkinitcpio-61f6d3a913354572192f2b31ad380cb410988300.tar.gz
mkinitcpio-61f6d3a913354572192f2b31ad380cb410988300.tar.xz
Remove the modload hook. It is untested and unmaintained.
Diffstat (limited to 'install')
-rw-r--r--install/modload18
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
-}