archboot/lib/initcpio/install/arch_fb
2009-06-17 15:59:27 +02:00

18 lines
381 B
Text

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