summaryrefslogtreecommitdiffstats
path: root/install/net
diff options
context:
space:
mode:
authorTobias Powalowski <tpowa@archlinux.org>2006-05-04 10:43:48 +0200
committerTobias Powalowski <tpowa@archlinux.org>2006-05-04 10:43:48 +0200
commit830a2f97e258de184197737fef050dc13578b0dc (patch)
treeb3a6a1e5e95722163074bfcab1c04667afd86e33 /install/net
parentcb07072558843db27776a4fa81012c7040d986db (diff)
downloadmkinitcpio-830a2f97e258de184197737fef050dc13578b0dc.tar.gz
mkinitcpio-830a2f97e258de184197737fef050dc13578b0dc.tar.xz
'added net and usbinput'
git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@59 880c04e9-e011-0410-abf7-b926e227c9cd
Diffstat (limited to 'install/net')
-rw-r--r--install/net19
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
+}