Providing the trident-master.json manifest via the command-line option does not override the default TrueOS manifest set in /usr/src_tmp/release/Makefile. This leads to building TrueOS base ISO instead of Trident ISO.
The issue seems to be due to $TRUEOS_MANIFEST variable not exported from the script to Makefile before invoking it.
The text was updated successfully, but these errors were encountered:
maxsteciuk
added a commit
to maxsteciuk/trident-build
that referenced
this issue
Oct 10, 2018
Providing the trident-master.json manifest via the command-line option does not override the default TrueOS manifest set in /usr/src_tmp/release/Makefile. This leads to building TrueOS base ISO instead of Trident ISO.
The issue seems to be due to $TRUEOS_MANIFEST variable not exported from the script to Makefile before invoking it.
The text was updated successfully, but these errors were encountered: