archboot/lib/initcpio/install/arch_hwdetect
2011-06-17 11:31:53 +02:00

17 lines
285 B
Text

# Created by Tobias Powalowski <tpowa@archlinux.org>
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
}