diff options
author | Aaron Griffin <aaron@archlinux.org> | 2006-04-22 01:00:28 +0200 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2006-04-22 01:00:28 +0200 |
commit | ea20a441f8fecc9fa84e0e1f12c4b71bf436f872 (patch) | |
tree | 1f2ff1cec1b0629f4ba5639729c9438bcdaf7d44 /install/usb-auto | |
parent | acc783c8af5514083e542fe7d91be6a1c5920ad7 (diff) | |
download | mkinitcpio-ea20a441f8fecc9fa84e0e1f12c4b71bf436f872.tar.gz mkinitcpio-ea20a441f8fecc9fa84e0e1f12c4b71bf436f872.tar.xz |
Hook updates and changes...
git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@7 880c04e9-e011-0410-abf7-b926e227c9cd
Diffstat (limited to 'install/usb-auto')
-rw-r--r-- | install/usb-auto | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/install/usb-auto b/install/usb-auto new file mode 100644 index 0000000..33932a2 --- /dev/null +++ b/install/usb-auto @@ -0,0 +1,17 @@ +# vim: set ft=sh: + +install () +{ + MODULES=" $(auto_modules "/usb/") usb_storage usbhid" + BINARIES="" + FILES="" + SCRIPT="usb" +} + +help () +{ +cat<<HELPEOF + This hook loads the necessary modules for an usb root device. + Detection will take place at runtime. +HELPEOF +} |