1 2 3 4 5 6 7 8 9 10 11 12 13 14
build() { add_module 'uvesafb' add_binary "v86d" add_file "/usr/lib/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: