now possible to make prod image (assembly tests at first boot) with make image-prod

This commit is contained in:
Vincent-FK
2020-11-20 17:19:16 +01:00
parent 311a200581
commit 29697c75cb
8 changed files with 28 additions and 21 deletions

View File

@@ -81,6 +81,14 @@ image: fun
@./Recovery/output/host/bin/genimage --loglevel 0 --inputpath .
@rm -rf root tmp
image-prod: fun
@$(call MESSAGE,"Creating disk image")
@rm -rf root tmp
@mkdir -p root tmp
@./Recovery/output/host/bin/genimage --loglevel 0 --config "genimage-prod.cfg" --inputpath .
@rm -rf root tmp
update: fun
@$(call MESSAGE,"Creating update file")
@rm -rf tmp