Make a distinction between ARCH and BASEARCH in recreate-iso.sh
authorW. Trevor King <wking@drexel.edu>
Tue, 23 Mar 2010 17:34:17 +0000 (13:34 -0400)
committerW. Trevor King <wking@drexel.edu>
Tue, 23 Mar 2010 17:34:28 +0000 (13:34 -0400)
commit8caa67883e1786dd62abece99230fa797ead64a8
treeb10ec02e40840645d54966140e3cc9f7798b28e9
parent617f8ede6877f0bdda44e8c1394f33578e58dcaf
Make a distinction between ARCH and BASEARCH in recreate-iso.sh

For example, the amd64 and i386 architectures (and others) are
all x86 processors.  This saves a lot of symlinking by using
  overlay-squashfs-x86/
rather than
  overlay-squashfs-amd64/
  overlay-squashfs-i386/
  ...
and so on.
buildscripts/recreate-iso.sh