Package: debian-cd Version: 3.1.1 Severity: normal Tags: patch
Debian-cd (effectively) hard-codes the distribution name given in the cd filenames. This patch should expose the configuration setting used. Thanks, kk -- System Information: Debian Release: 5.0.3 APT prefers stable APT policy: (500, 'stable') Architecture: i386 (i686) Kernel: Linux 2.6.30.7-libre-fshoppe1 (SMP w/2 CPU cores) Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages debian-cd depends on: ii apt 0.7.20.2+lenny1 Advanced front-end for dpkg ii bc 1.06.94-3 The GNU bc arbitrary precision cal ii cpp 4:4.3.2-2 The GNU C preprocessor (cpp) ii curl 7.18.2-8lenny3 Get a file from an HTTP, HTTPS or ii dctrl-tools [grep-dctrl 2.13.1 Command-line tools to process Debi ii genisoimage 9:1.1.9-1 Creates ISO-9660 CD-ROM filesystem ii libcompress-zlib-perl 2.012-1 Perl module for creation and manip ii lynx-cur 2.8.7dev9-2.1 Text-mode WWW Browser with NLS sup ii make 3.81-5 The GNU version of the "make" util ii perl [libdigest-md5-per 5.10.0-19lenny2 Larry Wall's Practical Extraction ii tofrodos 1.7.8.debian.1-1 Converts DOS <-> Unix text files, Versions of packages debian-cd recommends: pn hfsutils <none> (no description available) pn netpbm <none> (no description available) pn syslinux-common <none> (no description available) debian-cd suggests no packages. -- no debconf information
=== modified file 'CONF.sh' --- CONF.sh 2009-11-20 23:14:26 +0000 +++ CONF.sh 2010-02-19 03:54:18 +0000 @@ -55,6 +55,9 @@ # Where I am (hoping I'm in the debian-cd dir) export BASEDIR=`pwd` +# Name of the distribution for the image filename (Defaults to 'debian') +# export CDNAME=debian + # Building squeeze cd set ... export CODENAME=squeeze