Skip to content
Snippets Groups Projects
Unverified Commit 7b2ac476 authored by Julien Lepiller's avatar Julien Lepiller
Browse files

Makefile.am: Set iso label.

* Makefile.am (release): Add version number in disk image label.
parent f43ec1c5
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment