don't run debootstrap --resolve-deps, probably unneccessary since debian-cd

has a resolver. Also very slow as it downloads Packages files.
This commit is contained in:
Joey Hess 2005-09-14 19:36:04 +00:00
parent 8e07699df8
commit 2fbc702d74

View File

@ -375,7 +375,7 @@ ifdef FORCENONUSONCD1
sort | uniq > $(BDIR)/Debian_$(CODENAME)_nonUS
endif
$(Q)if [ _$(INSTALLER_CD) != _1 ]; then \
debootstrap --resolve-deps --arch $(ARCH) --print-debs $(CODENAME) \
debootstrap --arch $(ARCH) --print-debs $(CODENAME) \
| tr ' ' '\n' >>$(BDIR)/rawlist; \
fi
$(Q)perl -npe 's/\@ARCH\@/$(ARCH)/g' $(TASK) | \