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

« back to all changes in this revision

Viewing changes to build.sh

  • Committer: Arch Librarian
  • Date: 2005-03-22 01:10:21 UTC
  • Revision ID: Arch-1:debian-cd@arch.ubuntu.com%debian-cd--MAIN--0--patch-617
Use DI_CODENAME to locate the installation system.  Thi...
Author: pere
Date: 2004-07-11 09:34:57 GMT
Use DI_CODENAME to locate the installation system.  This make it
possible to use debian-installer with Woody CDs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
    fi
25
25
fi
26
26
echo " ... selecting packages to include"
27
 
if [ -e ${MIRROR}/dists/${CODENAME}/main/disks-${ARCH}/current/. ] ; then
28
 
        disks=`du -sm ${MIRROR}/dists/${CODENAME}/main/disks-${ARCH}/current/. | \
 
27
if [ -e ${MIRROR}/dists/${DI_CODENAME}/main/disks-${ARCH}/current/. ] ; then
 
28
        disks=`du -sm ${MIRROR}/dists/${DI_CODENAME}/main/disks-${ARCH}/current/. | \
29
29
                awk '{print $1}'`
30
30
else
31
31
        disks=0
32
32
fi
33
 
if [ -f $BASEDIR/tools/boot/$CODENAME/boot-$ARCH.calc ]; then
34
 
    . $BASEDIR/tools/boot/$CODENAME/boot-$ARCH.calc
 
33
if [ -f $BASEDIR/tools/boot/$DI_CODENAME/boot-$ARCH.calc ]; then
 
34
    . $BASEDIR/tools/boot/$DI_CODENAME/boot-$ARCH.calc
35
35
fi
36
36
SIZE_ARGS=''
37
37
for CD in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15; do