archboot/usr/lib/initcpio/install/archboot_kms

15 lines
251 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 ()
{
2022-03-15 07:15:59 +01:00
map add_checked_modules '/drivers/char/agp/' '/drivers/gpu/drm/'
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
}