From fdb0ab06ed98329157f0bce916359b6addb61dba Mon Sep 17 00:00:00 2001 From: Santiago Garcia Mantinan Date: Fri, 20 Aug 2004 09:19:49 +0000 Subject: [PATCH] Change build.sh to allow building non complete CDs, like netinsts. --- build.sh | 6 +++++- debian/changelog | 13 +++++++++---- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/build.sh b/build.sh index 788d4371..d7601952 100755 --- a/build.sh +++ b/build.sh @@ -7,6 +7,10 @@ if [ -z "$CF" ] ; then fi . $CF +if [ -z "$COMPLETE" ] ; then + export COMPLETE=1 +fi + if [ -n "$1" ] ; then export ARCH=$1 fi @@ -51,7 +55,7 @@ for CD in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15; do done FULL_SIZE=`echo "($DEFSRCSIZE - $size) * 1024 * 1024" | bc` -make list COMPLETE=1 $SIZE_ARGS SRCSIZELIMIT=$FULL_SIZE +make list $SIZE_ARGS SRCSIZELIMIT=$FULL_SIZE echo " ... building the images" if [ -z "$IMAGETARGET" ] ; then IMAGETARGET="official_images" diff --git a/debian/changelog b/debian/changelog index 4d409dca..a5f92f19 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +debian-cd (2.2.19) UNRELEASED; urgency=low + + * Santiago Garcia + - Change build.sh to allow building non complete CDs, like netinsts. + + -- Raphael Hertzog Fri, 20 Aug 2004 10:00:01 +0100 + debian-cd (2.2.18) unstable; urgency=medium * Steve McIntyre @@ -14,9 +21,6 @@ debian-cd (2.2.18) unstable; urgency=medium - Various updates to update-cd to cope with changes r0->r2. - Updated copy of CONF.sh in debian directory to match the working copy in . - Small lintian fixes. - * Santiago Garcia Mantinan - - Generate PPC CD 1 with -chrp-boot. Closes: #252667 - - Reduce the size of the catalogue size on PPC DVDs. Closes: #252652 * Raphael Hertzog - Add missing Build-Depends-Indep. Closes: #258018 - Remove debian-keyring.tar.gz from the doc dir. @@ -124,7 +128,8 @@ debian-cd (2.2.18) unstable; urgency=medium - Update boot-sparc not to depend on a kernel version. - Remove ramdisk_size param of silo.conf. - Add initrd-tools to sparc di+k list. - - Add chrp-boot to powerpc and try to fix HFS catalog size problems. + - Generate PPC CD 1 with -chrp-boot. Closes: #252667 + - Increase max catalog size on PPC DVDs. Closes: #252652 * Bdale Garbee - shorten the command line in post-boot-hppa for sarge, as palo can't handle a command line longer than 127 chars right now