mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 13:57:14 +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
|
fi
|
||||||
|
|
||||||
if [ "$ARCH" = ppc64le ]; then
|
if [ "$ARCH" = ppc64le ]; then
|
||||||
grub-mkrescue --output ${ISO} ${DESTDIR} -follow-links
|
grub-mkrescue --output ${ISO} ${DESTDIR} -follow-links \
|
||||||
|
-volid "alpine-$PROFILE $RELEASE $ARCH"
|
||||||
else
|
else
|
||||||
xorrisofs \
|
xorrisofs \
|
||||||
-quiet \
|
-quiet \
|
||||||
|
Loading…
Reference in New Issue
Block a user