--- scripts/mk-images.sparc | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/scripts/mk-images.sparc b/scripts/mk-images.sparc index 9525f59..eb6544e 100644 --- a/scripts/mk-images.sparc +++ b/scripts/mk-images.sparc @@ -40,6 +40,11 @@ makeproductfile() { echo $IMAGEUUID > $root/.buildstamp echo $PRODUCT >> $root/.buildstamp echo $VERSION >> $root/.buildstamp + if [ -n "$ISFINAL" ]; then + echo "FINAL=YES" >> $root/.buildstamp + else + echo "FINAL=NO" >> $root/.buildstamp + fi if [ -n "$BUGURL" ]; then echo $BUGURL >> $root/.buildstamp fi -- 1.7.5.4 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list