eplace %ARCH% with the arch name
Extra feature, helpful for testing multi-arch CD builds
This commit is contained in:
parent
322339fb4d
commit
e5e09cffd5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue