X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=modules%2Fapprox.mk;h=1c2e9a9112c963847c27daf6c5470cf6e9229531;hb=0bbe0a6f3481469600e18ed7cece050d4a67f6ec;hp=8e4fd78f4e9a40f0f8a08c24fb8d41c39f133e38;hpb=23d0b46966959d04e3d99010b22a24e36b73d6a7;p=blast diff --git a/modules/approx.mk b/modules/approx.mk index 8e4fd78..1c2e9a9 100644 --- a/modules/approx.mk +++ b/modules/approx.mk @@ -11,8 +11,10 @@ ifdef approx else ifdef raspi BOOTSTRAP := http://localhost/raspbian define SOURCES := - deb http://localhost/raspbian ${release} main non-free firmware rpi - deb http://localhost/rpidebian ${release} main + deb http://localhost/raspbian stretch main non-free firmware rpi + deb http://localhost/rpidebian stretch main + deb http://localhost/raspbian buster main non-free firmware rpi + deb http://localhost/rpidebian buster main endef else BOOTSTRAP := http://localhost/debian @@ -25,3 +27,4 @@ endif _config: _approx_restore_sources _approx_restore_sources: ${CFGROOT} printf '%s\n' "$${approx_original_sources}" >"$${CFGROOT}/etc/apt/sources.list" + -chroot "$${CFGROOT}" apt-get update