From 2bed3dd5c9d48b84ae362cbc25059e4dabc55877 Mon Sep 17 00:00:00 2001 From: Cyril Brulebois Date: Wed, 1 Aug 2018 07:42:35 +0200 Subject: [PATCH] [easy-build] Set DI_DIR for custom d-i build (from cdrom_isolinux). --- easy-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easy-build.sh b/easy-build.sh index 8118f8fd..0390902b 100755 --- a/easy-build.sh +++ b/easy-build.sh @@ -92,7 +92,7 @@ export DI_DIST=$DI_CODENAME # or, use daily built d-i images (most from http://people.debian.org) #export DI_WWW_HOME=default # or, use custom / locally built images -#export DI_DIR="/srv/mirrors/debian-cd-work/custom/images/%ARCH%" +export DI_DIR="/srv/mirrors/debian-cd-work/custom/images/%ARCH%" ## Other options