summaryrefslogtreecommitdiffstats
path: root/install/filesystems
diff options
context:
space:
mode:
Diffstat (limited to 'install/filesystems')
-rw-r--r--install/filesystems18
1 files changed, 18 insertions, 0 deletions
diff --git a/install/filesystems b/install/filesystems
new file mode 100644
index 0000000..c012d1b
--- /dev/null
+++ b/install/filesystems
@@ -0,0 +1,18 @@
+# vim: set ft=sh:
+
+install ()
+{
+ MODULES=" $(all_modules '/kernel/fs') "
+ BINARIES=""
+ FILES=""
+ SCRIPT="filesystems"
+}
+
+help ()
+{
+cat<<HELPEOF
+ This hook is responsible for loading filesystems for the root device.
+ Detection will be done at runtime. If you would like to minimize the
+ modules installed in the image, use the -auto flavor.
+HELPEOF
+}