More tweaks to logging for sizes

This commit is contained in:
Steve McIntyre 2011-02-23 14:11:42 +00:00
parent fb03fc2424
commit cab1964fe1
2 changed files with 2 additions and 3 deletions

View File

@ -193,7 +193,6 @@ while (defined (my $pkg = <INLIST>)) {
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");
@ -637,6 +636,8 @@ sub start_disc {
get_disc_size();
print "Starting new \"$archlist\" $disktype $disknum at $basedir/$codename/CD$DISKNUM\n";
print " Specified size for this image: $diskdesc, $maxdiskblocks 2K-blocks maximum\n";
# Grab all the early stuff, apart from dirs that will change later
print " Starting the md5sum.txt file\n";
chdir $cddir;

View File

@ -64,8 +64,6 @@ else
export VOLID="$VOLID_BASE M-A $DISKNUM"
fi
echo "Starting new $ARCHDEF $DISKTYPE $DISKNUM at $CDDIR"
mkdir -p $CDDIR
echo " Adding the required directories"