summaryrefslogtreecommitdiff
path: root/extra/v86d/v86d
blob: 2065b8e6476272a5fdad7943b74be7a674b70a68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
build() {
    add_binary "/sbin/v86d"
    add_file "/etc/modprobe.d/uvesafb.conf"
    MODULES="uvesafb"
    SCRIPT="v86d"
}

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

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