archboot/lib/initcpio/install/arch_platform
2011-06-17 11:31:53 +02:00

19 lines
307 B
Text

# Created by Tobias Powalowski <tpowa@archlinux.org>
install ()
{
MODULES=" $(checked_modules "/platform/") "
MODULES=$(echo ${MODULES}) #trim whitespace
BINARIES=""
FILES=""
SCRIPT=""
}
help ()
{
cat<<HELPEOF
This hook adds the necessary modules for a platform device.
HELPEOF
}