archboot/lib/initcpio/install/arch_hwdetect
2011-07-25 21:53:01 +02:00

17 lines
298 B
Text

# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
{
MODULES=""
BINARIES="/usr/bin/vmware-detect /sbin/hwdetect"
FILES=""
SCRIPT="arch_hwdetect"
}
help ()
{
cat <<HELPEOF
This hook will use hwdetect to load
and detect the needed modules for your system.
HELPEOF
}