mirror of
https://salsa.debian.org/images-team/debian-cd.git
synced 2024-11-24 15:19:51 -01:00
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:
parent
8e07699df8
commit
2fbc702d74
2
Makefile
2
Makefile
@ -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) | \
|
||||
|
Loading…
Reference in New Issue
Block a user