mirror of
https://salsa.debian.org/images-team/debian-cd.git
synced 2024-11-24 15:19:51 -01:00
Tweak the size-checking threshold to make things faster
This commit is contained in:
parent
277fc58f3d
commit
8b318a9693
@ -86,9 +86,9 @@ my $size_swap_check;
|
||||
# start running mkisofs?
|
||||
# Cope with HFS-hybrid disks using extra space for the HFS metadata
|
||||
if ($archlist =~ /m68k/ || $archlist =~ /powerpc/) {
|
||||
$size_swap_check = int($maxdiskblocks * 90 / 100);
|
||||
} else {
|
||||
$size_swap_check = int($maxdiskblocks * 95 / 100);
|
||||
} else {
|
||||
$size_swap_check = int($maxdiskblocks * 98 / 100);
|
||||
}
|
||||
|
||||
my $pkgs_this_cd = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user