X-Git-Url: http://git.plutz.net/?p=blast;a=blobdiff_plain;f=Makefile;fp=Makefile;h=91e66a5e07a52005c05db6c6bfd593f777587361;hp=fe331bb74ac9709d235057d0b27fe5baa1448ec9;hb=88d37d0badc90c2185205353edc541c89975b3b8;hpb=495464ce5bd7118fe73902b6ca9be1de0a3783e0 diff --git a/Makefile b/Makefile index fe331bb..91e66a5 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ space_:= ${nul_} ${nul_} .PHONY: _squash_modules _squash _isosquash _iso_image ARCH := amd64 -BOOTSTRAP := http://cdn.debian.net/debian +BOOTSTRAP := http://deb.debian.org/debian PACKAGES := ${PACKAGES} apt busybox-static debian-archive-keyring init systemd # Partition Table (2M) + Boot Partition (126M)+ Root Partition + Slack Space (1M) = 2048M @@ -43,12 +43,12 @@ KEYRING := keys/debian-archive-${release}-automatic.gpg ifndef SOURCES ifneq "$(filter stretch jessie buster, ${release})" "" define SOURCES := - deb http://cdn.debian.net/debian ${release} main + deb http://deb.debian.org/debian ${release} main deb https://deb.debian.org/debian-security/ ${release}/updates main endef else define SOURCES := - deb http://cdn.debian.net/debian ${release} main + deb http://deb.debian.org/debian ${release} main deb https://deb.debian.org/debian-security/ ${release}-security main endef endif