archboot/usr/lib/initcpio/install/arch_hwdetect
2012-03-07 08:23:18 +01:00

17 lines
262 B
Text

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