diff options
Diffstat (limited to 'install/net')
-rw-r--r-- | install/net | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/install/net b/install/net new file mode 100644 index 0000000..69aa25f --- /dev/null +++ b/install/net @@ -0,0 +1,19 @@ +# vim: set ft=sh: + +install () +{ + MODULES=" $(checked_modules "/net/") " + + BINARIES="" + FILES="" + SCRIPT="" +} + +help () +{ +cat<<HELPEOF + This hook loads the necessary modules for an network device. + Detection will take place at runtime. To minimize the modules + in the image, add the autodetect hook too. +HELPEOF +} |