fixed os freezes

This commit is contained in:
Devaev Maxim
2018-07-03 06:59:40 +03:00
parent 72206539d6
commit 95a5bbb367
3 changed files with 25 additions and 3 deletions

View File

@@ -5,14 +5,16 @@ set -x
. ../functions.sh
cp config.txt "$FS/boot/config.txt"
pkg_install \
kvmd \
mjpg-streamer-pikvm \
nginx
cp config.txt "$FS/boot/"
cp 99-pikvm.conf "$FS/etc/sysctl.d/"
cp index.html "$FS/srv/http/"
cp kvmd.yaml "$FS/etc/"
cp nginx.conf "$FS/etc/nginx/"
rpi systemctl enable kvmd
rpi systemctl enable nginx