mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
scripts/mkimg.base: set vol id for ppc64le iso
This commit is contained in:
parent
eef5ee8821
commit
461153cb3f
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user