summarylogtreecommitdiffstats
path: root/initcpio_uvesafb_install
blob: 85e15f374a5391f7e1761c39f921e26cd19fccb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
build() {
    add_module 'uvesafb'

    add_binary "v86d"
    add_file "/etc/modprobe.d/uvesafb.conf"

    add_runscript
}

help() {
    echo "This hook sets up v86d, the userspace helper for uvesafb."
}

# vim: set ft=sh ts=4 sw=4 expandtab: