archboot/lib/initcpio/install/arch_platform
2011-06-10 08:26:54 +02:00

19 lines
305 B
Text

# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
{
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
}