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