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"
|
DI_WWW_HOME="http://d-i.debian.org/daily-images/amd64/daily"
|
||||||
fi
|
fi
|
||||||
try_di_image_cache
|
try_di_image_cache
|
||||||
|
else
|
||||||
|
DI_WWW_HOME=$(echo $DI_WWW_HOME | sed "s,%ARCH%,$ARCH,")
|
||||||
fi
|
fi
|
||||||
|
|
||||||
case "$MKISOFS" in
|
case "$MKISOFS" in
|
||||||
|
|
Loading…
Reference in New Issue