archboot/lib/initcpio/install/arch_platform
2010-05-14 17:32:09 +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
}