~tsimonq2/debian-cd/lubuntu-cosmic-changes

« back to all changes in this revision

Viewing changes to tools/get_diskusage.pl

  • Committer: Colin Watson
  • Date: 2006-03-22 11:46:32 UTC
  • Revision ID: Arch-1:colin.watson@canonical.com--2005%debian-cd--ubuntu--0--patch-285
Add subarchitecture support
Add a simple kind of subarchitecture support; subarchitectures (e.g.
i386+mac) are distinguished by different boot methods. Subarchitectures have
a different set of temporary directories and different boot scripts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
# added to the CD size.
8
8
 
9
9
$logfile = ($ARGV[0] ||
10
 
            "$ENV{TDIR}/$ENV{CODENAME}-$ENV{ARCH}/log.list2cds");
 
10
            "$ENV{TDIR}/$ENV{CODENAME}-$ENV{FULLARCH}/log.list2cds");
11
11
 
12
12
open(LOG, $logfile) || die "Unable to open $logfile";
13
13