make logging clearer for mixed-size builds

This commit is contained in:
Steve McIntyre 2011-02-23 13:51:17 +00:00
parent 3c3aa8d79b
commit 2148f6d1d4
1 changed files with 2 additions and 1 deletions

View File

@ -166,7 +166,7 @@ if ($archlist =~ /m68k/ || $archlist =~ /powerpc/) {
print LOG "arches require HFS hybrid, multiplying sizes by $hfs_mult and marking $hfs_extra blocks for HFS use\n";
}
print "Starting to lay out packages into $disktype ($diskdesc) images: $maxdiskblocks 2K-blocks maximum per image\n";
print "Starting to lay out packages into images:\n";
if (-e "$bdir/firmware-packages") {
open(FWLIST, "$bdir/firmware-packages") or die "Unable to read firmware-packages file!\n";
@ -189,6 +189,7 @@ while (defined (my $pkg = <INLIST>)) {
last;
}
print LOG "Starting new disc $disknum at " . `date` . "\n";
print LOG " Specified size: $disktype ($diskdesc), $maxdiskblocks 2K-blocks maximum\n";
start_disc();