mirror of
https://github.com/truenas/scale-build.git
synced 2026-02-15 07:29:12 +00:00
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:
10
Makefile
10
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user