WiP - Initial support for creating the rootfs update/install file and

copying it to the ISO file.

Update file includes MANIFEST that can be easily expanded, as well as
support for GPG signing of the included MANIFEST.
This commit is contained in:
Kris Moore
2020-05-09 12:46:43 -04:00
parent 99f60f9793
commit 4dcad374b7
3 changed files with 137 additions and 15 deletions

View File

@@ -1,14 +1,16 @@
#############################################################################
# Makefile for building: TrueOS
# Makefile for building: TrueNAS SCALE
#############################################################################
all: checkout packages iso
all: checkout packages update iso
clean:
@sh scripts/build.sh clean
checkout:
@sh scripts/build.sh checkout
iso:
@sh scripts/build.sh iso
packages:
@sh scripts/build.sh packages
checkout:
@sh scripts/build.sh checkout
update:
@sh scripts/build.sh update