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

« back to all changes in this revision

Viewing changes to tools/boot/sarge/boot-alpha

  • 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:
18
18
# $1 is the CD number
19
19
# $2 is the temporary CD build dir
20
20
 
21
 
. $BASEDIR/tools/boot/$CODENAME/common.sh
 
21
. $BASEDIR/tools/boot/$DI_CODENAME/common.sh
22
22
 
23
23
set -e
24
24