archboot/lib/initcpio/install/arch_fb
2008-12-06 19:12:19 +01:00

17 lines
273 B
Text

# Created by Tobias Powalowski <tpowa@archlinux.org>
install ()
{
MODULES=" $(checked_modules "/video/" | grep 'fb')"
BINARIES=""
FILES=""
SCRIPT=""
}
help ()
{
cat<<HELPEOF
This hook includes the framebuffer subsystem on an arch boot image.
HELPEOF
}