mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 09:10:30 +08:00
raspberrypi-utils
This commit is contained in:
parent
18e001f185
commit
2d0ffe6752
1
PKGBUILD
1
PKGBUILD
@ -89,6 +89,7 @@ depends=(
|
|||||||
"janus-gateway-pikvm>=0.11.2-7"
|
"janus-gateway-pikvm>=0.11.2-7"
|
||||||
certbot
|
certbot
|
||||||
platform-io-access
|
platform-io-access
|
||||||
|
raspberrypi-utils
|
||||||
"ustreamer>=5.32"
|
"ustreamer>=5.32"
|
||||||
|
|
||||||
# Systemd UDEV bug
|
# Systemd UDEV bug
|
||||||
|
|||||||
@ -382,7 +382,7 @@ def _get_config_scheme() -> dict:
|
|||||||
"meta": Option("/etc/kvmd/meta.yaml", type=valid_abs_file),
|
"meta": Option("/etc/kvmd/meta.yaml", type=valid_abs_file),
|
||||||
"extras": Option("/usr/share/kvmd/extras", type=valid_abs_dir),
|
"extras": Option("/usr/share/kvmd/extras", type=valid_abs_dir),
|
||||||
"hw": {
|
"hw": {
|
||||||
"vcgencmd_cmd": Option(["/opt/vc/bin/vcgencmd"], type=valid_command),
|
"vcgencmd_cmd": Option(["/usr/bin/vcgencmd"], type=valid_command),
|
||||||
"ignore_past": Option(False, type=valid_bool),
|
"ignore_past": Option(False, type=valid_bool),
|
||||||
"state_poll": Option(10.0, type=valid_float_f01),
|
"state_poll": Option(10.0, type=valid_float_f01),
|
||||||
},
|
},
|
||||||
|
|||||||
@ -101,7 +101,7 @@ RUN mkdir -p \
|
|||||||
/var/lib/kvmd/pst/data \
|
/var/lib/kvmd/pst/data \
|
||||||
/opt/vc/bin
|
/opt/vc/bin
|
||||||
|
|
||||||
COPY testenv/fakes/vcgencmd /opt/vc/bin/
|
COPY testenv/fakes/vcgencmd /usr/bin/
|
||||||
COPY testenv/fakes/sys /fake_sysfs/sys
|
COPY testenv/fakes/sys /fake_sysfs/sys
|
||||||
COPY testenv/fakes/proc /fake_procfs/proc
|
COPY testenv/fakes/proc /fake_procfs/proc
|
||||||
COPY testenv/fakes/etc /fake_etc/etc
|
COPY testenv/fakes/etc /fake_etc/etc
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user