archboot/lib/initcpio/install/arch_hwdetect
Tobias Powalowski ac4ad0ca13 fix #25790
2011-08-29 16:06:35 +02: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
}