From 1165d72e5281c3ccb411045eaf66594041f8ed32 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 4 Jul 2016 12:12:08 +0000 Subject: create a volume id for the iso --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 08603b2..c93192d 100755 --- a/Makefile +++ b/Makefile @@ -330,6 +330,7 @@ $(ISO): $(ISOFS_DIRSTAMP) -boot-info-table \ -quiet \ -follow-links \ + -V "$(ALPINE_NAME) $(ALPINE_RELEASE) $(ALPINE_ARCH)" \ $(ISO_OPTS) \ $(ISO_DIR) && isohybrid $(ISO) @ln -fs $@ $(ISO_LINK) -- cgit v1.2.3