diff --git a/tools/make_disc_trees b/tools/make_disc_trees index d865e67c..b1537529 100755 --- a/tools/make_disc_trees +++ b/tools/make_disc_trees @@ -35,7 +35,7 @@ case $DISKTYPE in MAXDISKBLOCKS=`echo "680 * $MB / $BLOCKSIZE" | bc` DISKDESC="netinst" ;; - CD) + *CD) MAXDISKBLOCKS=`echo "680 * $MB / $BLOCKSIZE" | bc` DISKDESC="650MiB CD" ;;