mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2026-03-19 02:12:41 +01:00
now possible to make prod image (assembly tests at first boot) with make image-prod
This commit is contained in:
8
Makefile
8
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user