archboot/lib/initcpio/install/arch_fb_lts

18 lines
443 B
Text
Raw Normal View History

2009-12-14 18:25:59 +01:00
# Created by Tobias Powalowski <tpowa@archlinux.org>
install ()
{
MODULES=" $(checked_modules "drivers/video/" | grep 'fb') $(checked_modules "drivers/char/agp") "
BINARIES="v86d"
FILES=""
SCRIPT="arch_fb_lts"
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 lts image.
HELPEOF
}