archboot/install/arch-hwdetect

19 lines
283 B
Text
Raw Normal View History

2007-02-22 23:46:50 +01:00
# 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
}