diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-07-04 12:12:08 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-07-04 12:12:08 +0000 |
commit | 1165d72e5281c3ccb411045eaf66594041f8ed32 (patch) | |
tree | 86af01c00f071e06afc46b861876803af14793a8 | |
parent | 56c1f95f8b694e5a8ee823fd3d422e8a47dc0f02 (diff) | |
download | alpine-iso-1165d72e5281c3ccb411045eaf66594041f8ed32.tar.bz2 alpine-iso-1165d72e5281c3ccb411045eaf66594041f8ed32.tar.xz |
create a volume id for the iso
-rwxr-xr-x | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |