diff options
Diffstat (limited to 'install/pci')
-rw-r--r-- | install/pci | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/install/pci b/install/pci new file mode 100644 index 0000000..4329720 --- /dev/null +++ b/install/pci @@ -0,0 +1,17 @@ +# vim: set ft=sh: + +install () +{ + MODULES="" + BINARIES="" + FILES="" + SCRIPT="pci" +} + +help () +{ +cat<<HELPEOF + This hook loads the necessary modules for the pci bus. + No modules are installed by this hook, it is script-only. +HELPEOF +} |