summaryrefslogtreecommitdiff
path: root/extra/v86d/v86d_install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-06-04 00:27:56 -0700
committerroot <root@rshg054.dnsready.net>2013-06-04 00:27:56 -0700
commitcc57cb201ddb179d2bb481c13dd4f286ae643b12 (patch)
tree7932470d6b8a193c032f1012a7996cc78ea52201 /extra/v86d/v86d_install
parent1f86bf1b08cb980cea57c1d4d3187e2251f5a63b (diff)
Tue Jun 4 00:27:56 PDT 2013
Diffstat (limited to 'extra/v86d/v86d_install')
-rw-r--r--extra/v86d/v86d_install14
1 files changed, 14 insertions, 0 deletions
diff --git a/extra/v86d/v86d_install b/extra/v86d/v86d_install
new file mode 100644
index 000000000..840b34eec
--- /dev/null
+++ b/extra/v86d/v86d_install
@@ -0,0 +1,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: