anaconda: use correct disk label (#440)
This commit is contained in:
parent
7723f59b70
commit
ba1ff47849
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user