build fresh os image with a new kvmd

This commit is contained in:
Devaev Maxim 2018-07-08 02:21:13 +00:00
parent 1fe8475dc4
commit c24b6f83f8
2 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@ _pikvm: $(_BUILD_DIR)
rm -rf $(_BUILD_DIR)/builder/scripts/pikvm
cp -a platforms/$(PIKVM_PLATFORM) $(_BUILD_DIR)/stages/pikvm
cd $(_BUILD_DIR) && make binfmt && make _rpi \
BUILD_OPTS="--build-arg KVMD_VERSION=`bash -c '. ../kvmd/PKGBUILD; echo $pkgver'`" \
PROJECT=pi-kvm \
PLATFORM=rpi-2 \
STAGES="__init__ os ssh watchdog ro pikvm __cleanup__" \

View File

@ -1,3 +1,4 @@
ARG KVMD_VERSION
RUN pkg-install \
kvmd \
mjpg-streamer-pikvm \