Match *CD rather than CD for the 650MB image size, so the KDE builds work
This commit is contained in:
parent
634682f779
commit
73f3f85b6b
|
@ -35,7 +35,7 @@ case $DISKTYPE in
|
||||||
MAXDISKBLOCKS=`echo "680 * $MB / $BLOCKSIZE" | bc`
|
MAXDISKBLOCKS=`echo "680 * $MB / $BLOCKSIZE" | bc`
|
||||||
DISKDESC="netinst"
|
DISKDESC="netinst"
|
||||||
;;
|
;;
|
||||||
CD)
|
*CD)
|
||||||
MAXDISKBLOCKS=`echo "680 * $MB / $BLOCKSIZE" | bc`
|
MAXDISKBLOCKS=`echo "680 * $MB / $BLOCKSIZE" | bc`
|
||||||
DISKDESC="650MiB CD"
|
DISKDESC="650MiB CD"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue