From e5e09cffd58d1c1ae2a9b42fef12bae967c431c8 Mon Sep 17 00:00:00 2001 From: Steve McIntyre Date: Sun, 11 Jan 2015 00:43:27 +0000 Subject: [PATCH] eplace %ARCH% with the arch name Extra feature, helpful for testing multi-arch CD builds --- tools/boot/jessie/boot-x86 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/boot/jessie/boot-x86 b/tools/boot/jessie/boot-x86 index d3bf1dd3..d9087d55 100644 --- a/tools/boot/jessie/boot-x86 +++ b/tools/boot/jessie/boot-x86 @@ -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