archboot/lib/initcpio/install/arch_fb

18 lines
459 B
Text
Raw Normal View History

# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
{
MODULES=" $(checked_modules "drivers/video/" | grep 'fb') $(checked_modules "drivers/char/agp") i915 radeon nouveau "
2011-07-25 21:53:01 +02:00
BINARIES="/sbin/v86d"
FILES=""
SCRIPT="arch_fb"
2009-06-17 15:59:27 +02:00
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
}