archboot/usr/lib/initcpio/install/archboot_kms

15 lines
229 B
Text
Raw Normal View History

2013-08-31 12:33:02 +02:00
#!/usr/bin/env bash
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
{
add_checked_modules 'i915|radeon|nouveau'
}
help ()
{
cat<<HELPEOF
This hook includes the kms subsystem on an arch boot image.
HELPEOF
}