From b7889ba80aead456ebf13d4991814a5fffe1c190 Mon Sep 17 00:00:00 2001 From: Steve McIntyre <93sam@debian.org> Date: Fri, 18 Jul 2008 15:23:09 +0000 Subject: [PATCH] Fix from trunk to use correct debian-installer+kernel variant when building netinst CDs --- etchnhalf/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etchnhalf/build.sh b/etchnhalf/build.sh index 3acf9282..25fee7dd 100755 --- a/etchnhalf/build.sh +++ b/etchnhalf/build.sh @@ -30,7 +30,7 @@ if [ "$TASK"x = ""x ] ; then unset COMPLETE ;; "2"x) - TASK=tasks/debian-installer+kernel-$DI_CODENAME + TASK=tasks/debian-installer+kernel-$CODENAME unset COMPLETE ;; *)