scripts/mkimg.base: set vol id for ppc64le iso

This commit is contained in:
Natanael Copa 2017-05-22 16:19:27 +00:00
parent eef5ee8821
commit 461153cb3f

View File

@ -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 \