archboot/lib/initcpio/install/arch_fb
2010-02-13 14:11:54 +01:00

17 lines
455 B
Text

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