eplace %ARCH% with the arch name

Extra feature, helpful for testing multi-arch CD builds
This commit is contained in:
Steve McIntyre 2015-01-11 00:43:27 +00:00
parent 322339fb4d
commit e5e09cffd5
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ if [ "$DI_WWW_HOME" = "default" ];then
DI_WWW_HOME="http://d-i.debian.org/daily-images/amd64/daily"
fi
try_di_image_cache
else
DI_WWW_HOME=$(echo $DI_WWW_HOME | sed "s,%ARCH%,$ARCH,")
fi
case "$MKISOFS" in