archboot/install/arch_fb

18 lines
273 B
Text
Raw Normal View History

# 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
}