mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 19:47:13 +08:00
15 lines
247 B
Bash
15 lines
247 B
Bash
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:
|