# Created by Tobias Powalowski <tpowa@archlinux.org>

build ()
{
    MODULES=" $(checked_modules "drivers/video/" | grep 'fb')  $(checked_modules "drivers/char/agp") i915 radeon nouveau "
    BINARIES="/sbin/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
}
