archboot/lib/initcpio/install/arch_hwdetect

18 lines
249 B
Text
Raw Normal View History

2007-02-22 23:46:50 +01:00
# vim:set ft=sh:
install ()
{
MODULES=""
2009-05-24 15:47:17 +02:00
BINARIES="vmware-detect hwdetect"
2007-02-22 23:46:50 +01:00
FILES=""
2007-09-07 19:22:10 +02:00
SCRIPT="arch_hwdetect"
2007-02-22 23:46:50 +01:00
}
help ()
{
cat <<HELPEOF
This hook will use hwdetect to load
and detect the needed modules for your system.
HELPEOF
}