diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-05-22 16:19:27 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-05-22 16:20:11 +0000 |
commit | 461153cb3fdff1cd14c53285f50c7035811a93dd (patch) | |
tree | 609beab430fb1c80203b7b391394fc553967e8c2 /scripts | |
parent | eef5ee88214fae9422e2069d93724d763ac5d174 (diff) | |
download | aports-461153cb3fdff1cd14c53285f50c7035811a93dd.zip |
scripts/mkimg.base: set vol id for ppc64le iso
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/mkimg.base.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/mkimg.base.sh b/scripts/mkimg.base.sh index 2961c4fd6b4..3e4252b86d4 100755 --- a/scripts/mkimg.base.sh +++ b/scripts/mkimg.base.sh @@ -259,7 +259,8 @@ create_image_iso() { fi if [ "$ARCH" = ppc64le ]; then - grub-mkrescue --output ${ISO} ${DESTDIR} -follow-links + grub-mkrescue --output ${ISO} ${DESTDIR} -follow-links \ + -volid "alpine-$PROFILE $RELEASE $ARCH" else xorrisofs \ -quiet \ |