aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-07-04 12:12:08 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-07-04 12:12:08 +0000
commit1165d72e5281c3ccb411045eaf66594041f8ed32 (patch)
tree86af01c00f071e06afc46b861876803af14793a8
parent56c1f95f8b694e5a8ee823fd3d422e8a47dc0f02 (diff)
downloadalpine-iso-1165d72e5281c3ccb411045eaf66594041f8ed32.tar.bz2
alpine-iso-1165d72e5281c3ccb411045eaf66594041f8ed32.tar.xz
create a volume id for the iso
-rwxr-xr-xMakefile1
1 files changed, 1 insertions, 0 deletions
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)