anaconda: use correct disk label (#440)

This commit is contained in:
Marek Marczykowski 2012-04-28 02:43:05 +02:00
parent 7723f59b70
commit ba1ff47849

View File

@ -18,7 +18,7 @@
# #
SYSLINUX=$IMGPATH/usr/share/syslinux/syslinux-nomtools SYSLINUX=$IMGPATH/usr/share/syslinux/syslinux-nomtools
CDLABEL=$PRODUCT CDLABEL="$PRODUCT $VERSION x86_64 DVD"
if [ ! -f $SYSLINUX ]; then if [ ! -f $SYSLINUX ]; then
echo "Warning: nomtools syslinux doesn't exist" echo "Warning: nomtools syslinux doesn't exist"