Adding temporary manual setting of d-i urls for progress.

This commit is contained in:
Daniel Baumann 2011-10-30 09:49:41 +01:00
parent c8ff8120d5
commit fda0dfab52
1 changed files with 7 additions and 0 deletions

View File

@ -266,6 +266,13 @@ case "${LB_DERIVATIVE}" in
else
URL="${LB_PARENT_MIRROR_DEBIAN_INSTALLER}/dists/${LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION}/main/installer-${LB_ARCHITECTURES}/current/images/"
fi
if [ "${LB_MODE}" = "progress" ]
then
# FIXME: normal derivatives probably don't rebuild d-i,
# but progress does.
URL="${LB_MIRROR_DEBIAN_INSTALLER}/dists/${LB_DEBIAN_INSTALLER_DISTRIBUTION}/main/installer-${LB_ARCHITECTURES}/current/images/"
fi
;;
esac