archboot/lib/initcpio/install/arch_hwdetect
2009-05-24 15:47:17 +02:00

17 lines
249 B
Bash

# vim:set ft=sh:
install ()
{
MODULES=""
BINARIES="vmware-detect hwdetect"
FILES=""
SCRIPT="arch_hwdetect"
}
help ()
{
cat <<HELPEOF
This hook will use hwdetect to load
and detect the needed modules for your system.
HELPEOF
}