core/v86d/v86d.txt
2011-02-26 17:29:37 +01:00

13 lines
246 B
Bash

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: