Skip to content
Snippets Groups Projects

install/kms: move archiso_kms from mkinitcpio-archiso

Merged Kristian Klausen requested to merge github/fork/nl6720/kms into master
1 file
+ 12
0
Compare changes
  • Side-by-side
  • Inline
install/kms 0 → 100644
+ 12
0
#!/usr/bin/env bash
build() {
map add_checked_modules '/drivers/char/agp/' '/drivers/gpu/drm/'
}
help() {
cat <<HELPEOF
Adds KMS drivers to the initramfs image. To minimize the modules in the image,
add the autodetect hook too.
HELPEOF
}
Loading