[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[PATCH 4/6] Use DEBOOTSTRAP_SCRIPT variable when doing base packages inclusion



From: Otavio Salvador <otavio@ossystems.com.br>

While doing the $(BDIR)/rawlist we need to use the DEBOOTSTRAP_SCRIPT
variable to better support CDDs.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 1e7f099..c76bf7b 100755
--- a/Makefile
+++ b/Makefile
@@ -283,7 +283,7 @@ $(BDIR)/rawlist:
 	$(Q)if [ "$(SOURCEONLY)"x != "yes"x ] ; then \
 		if [ _$(INSTALLER_CD) != _1 ]; then \
 			for ARCH in $(ARCHES_NOSRC); do \
-				debootstrap --arch $$ARCH --print-debs $(CODENAME) $(TDIR)/debootstrap.tmp file:$(MIRROR) 2>/dev/null \
+				debootstrap --arch $$ARCH --print-debs $(CODENAME) $(TDIR)/debootstrap.tmp file:$(MIRROR) $(DEBOOTSTRAP_SCRIPT) 2>/dev/null \
 				| tr ' ' '\n' >>$(BDIR)/rawlist; \
 				rm -rf $(TDIR)/debootstrap.tmp; \
 			done; \



Reply to: