core/v86d/v86d.txt

13 lines
246 B
Plaintext
Raw Normal View History

2011-02-27 00:29:37 +08:00
install() {
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: