summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2018-08-03 05:26:00 +0300
committerDevaev Maxim <[email protected]>2018-08-03 05:26:00 +0300
commit141d5e858d78165db459ef1766813a80d1936a9f (patch)
tree1db156000a964740c520bf9f90659906f9e4b3fe
parent4bacc04d2b178b0138364b2c8512fc85bf2125f2 (diff)
pi-builder update
-rw-r--r--os/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/Makefile b/os/Makefile
index e11cbee4..3956ef5e 100644
--- a/os/Makefile
+++ b/os/Makefile
@@ -15,10 +15,10 @@ _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=$(_KVMD_VERSION)" \
+ BUILD_OPTS="--build-arg KVMD_VERSION=$(_KVMD_VERSION) --build-arg NEW_SSH_KEYGEN=$(shell uuidgen)" \
PROJECT=pi-kvm \
PLATFORM=rpi-2 \
- STAGES="__init__ os ssh watchdog ro pikvm __cleanup__" \
+ STAGES="__init__ os watchdog ro pikvm rootssh __cleanup__" \
HOSTNAME=pikvm
$(_BUILD_DIR):