archboot/lib/initcpio/install/arch_hwdetect_lts

18 lines
289 B
Text
Raw Normal View History

2010-02-08 14:41:57 +01:00
# Created by Tobias Powalowski <tpowa@archlinux.org>
install ()
{
MODULES=""
BINARIES="vmware-detect hwdetect"
FILES=""
SCRIPT="arch_hwdetect_lts"
}
help ()
{
cat <<HELPEOF
This hook will use hwdetect to load
and detect the needed modules for your system.
HELPEOF
}