archboot/install/arch_hwdetect
2007-09-07 17:22:10 +00:00

18 lines
283 B
Bash

# vim:set ft=sh:
install ()
{
MODULES=""
BINARIES="vmware-detect"
FILES=""
SCRIPT="arch_hwdetect"
add_file /sbin/hwdetect /sbin/hwdetect
}
help ()
{
cat <<HELPEOF
This hook will use hwdetect to load
and detect the needed modules for your system.
HELPEOF
}