archboot/lib/initcpio/install/arch_advanced_root

18 lines
238 B
Text
Raw Normal View History

# vim:set ft=sh:
install ()
{
MODULES=""
BINARIES="hwdetect"
FILES=""
SCRIPT="arch_advanced_root"
}
help ()
{
cat <<HELPEOF
This hook will use hwdetect to detect the needed
advanced hooks for your system.
HELPEOF
}