More tweaks to logging for sizes
This commit is contained in:
parent
addab9dec9
commit
fb03fc2424
|
@ -190,11 +190,10 @@ while (defined (my $pkg = <INLIST>)) {
|
|||
}
|
||||
print LOG "Starting new disc $disknum at " . `date` . "\n";
|
||||
print LOG " Specified size: $diskdesc, $maxdiskblocks 2K-blocks maximum\n";
|
||||
print "Starting new disc $disknum at " . `date` . "\n";
|
||||
print " Specified size: $diskdesc, $maxdiskblocks 2K-blocks maximum\n";
|
||||
|
||||
start_disc();
|
||||
|
||||
print " Specified size for this image: $diskdesc, $maxdiskblocks 2K-blocks maximum\n";
|
||||
print " Placing packages into image $disknum\n";
|
||||
if ( -e "$bdir/$disknum.mkisofs_opts" ) {
|
||||
open(OPTS, "<$bdir/$disknum.mkisofs_opts");
|
||||
|
|
Loading…
Reference in New Issue