diff --git a/anaconda/scripts/mk-images.x86 b/anaconda/scripts/mk-images.x86 index 09fc9ae..39fb142 100644 --- a/anaconda/scripts/mk-images.x86 +++ b/anaconda/scripts/mk-images.x86 @@ -18,7 +18,7 @@ # SYSLINUX=$IMGPATH/usr/share/syslinux/syslinux-nomtools -CDLABEL=$PRODUCT +CDLABEL="$PRODUCT $VERSION x86_64 DVD" if [ ! -f $SYSLINUX ]; then echo "Warning: nomtools syslinux doesn't exist"