archboot/usr/lib/initcpio/install/archboot_kms

15 lines
235 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 ()
{
2021-10-07 20:58:14 +02:00
add_checked_modules 'amdgpu|i915|radeon|nouveau'
2013-08-31 12:33:02 +02:00
}
help ()
{
cat<<HELPEOF
2021-10-04 11:13:50 +02:00
This hook includes the kms subsystem on an archboot image.
2013-08-31 12:33:02 +02:00
HELPEOF
}