Fix from trunk to use correct debian-installer+kernel variant when building netinst CDs

This commit is contained in:
Steve McIntyre 2008-07-18 15:23:09 +00:00
parent 7c3bd2d9ae
commit b7889ba80a
1 changed files with 1 additions and 1 deletions

View File

@ -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
;;
*)