[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: tweaks used to make test-cycle-2 images



Le Mon, Jun 12, 2000 at 12:20:44PM +0100, Philip Hands écrivait:
> +    export SIZELIMIT=$(((${mblimit} - 11) * 1024 * 1024))
>         disks=`du -sm ${MIRROR}/dists/${CODENAME}/main/disks-${ARCH}/current/. | \
>                 awk '{print $1}'`
> -       make list COMPLETE=1 SIZELIMIT1=$(((630 - ${disks}) * 1024 *1024)) \
> -               SRCSIZELIMIT=$((635 * 1024 * 1024))
> +       make list COMPLETE=1 SIZELIMIT1=$(((${mblimit} - ${disks} - 27)*1024*1024))\
> +               SRCSIZELIMIT=$((${mblimit} * 1024 * 1024))

Ouch !! Unfortunately we can't do many things to improve the situation ...
one of the other voluminous directory that is not taken into account is
/install that contains many files copied from disks-*, it's particularly
true for powerpc & m68k where there's many subarches ... however this
directory is created by the scripts and so I can't guess the size that it
will take ...

Cheers,
-- 
Raphaël Hertzog -+- http://strasbourg.linuxfr.org/~raphael/



Reply to: