summaryrefslogtreecommitdiffstats
path: root/install/filesystems-auto
diff options
context:
space:
mode:
Diffstat (limited to 'install/filesystems-auto')
-rw-r--r--install/filesystems-auto17
1 files changed, 0 insertions, 17 deletions
diff --git a/install/filesystems-auto b/install/filesystems-auto
deleted file mode 100644
index bf7976c..0000000
--- a/install/filesystems-auto
+++ /dev/null
@@ -1,17 +0,0 @@
-# vim: set ft=sh:
-
-install ()
-{
- MODULES=" $(cat /proc/filesystems | grep -v nodev) "
- BINARIES=""
- FILES=""
- SCRIPT="filesystems"
-}
-
-help ()
-{
-cat<<HELPEOF
- This hook is responsible for loading filesystems for the root device.
- Detection will be done at runtime.
-HELPEOF
-}