Makefile.am: Set iso label.

* Makefile.am (release): Add version number in disk image label.
This commit is contained in:
Julien Lepiller 2020-08-29 15:36:40 +02:00
parent f43ec1c5b0
commit 7b2ac47687
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82
1 changed files with 1 additions and 0 deletions

View File

@ -834,6 +834,7 @@ release: dist-with-updated-version
image=`$(top_builddir)/pre-inst-env \
guix system disk-image \
--file-system-type=iso9660 \
--label="GUIX_$${system}_$(VERSION)" \
--system=$$system --fallback \
gnu/system/install.scm` ; \
if [ ! -f "$$image" ] ; then \