1 define approx_original_sources :=
4 export approx_original_sources
7 approxhost := localhost
11 BOOTSTRAP := ${approx}
13 deb ${approx} ${release} main
16 BOOTSTRAP := http://localhost/raspbian
18 deb http://${approxhost}/raspbian stretch main non-free firmware rpi
19 deb http://${approxhost}/rpidebian stretch main
20 deb http://${approxhost}/raspbian buster main non-free firmware rpi
21 deb http://${approxhost}/rpidebian buster main
24 BOOTSTRAP := http://localhost/debian
26 deb http://${approxhost}/debian ${release} main
30 .PHONY: _approx_restore_sources
31 _config: _approx_restore_sources
32 _approx_restore_sources: ${CFGROOT}
33 printf '%s\n' "$${approx_original_sources}" >"$${CFGROOT}/etc/apt/sources.list"
34 -chroot "$${CFGROOT}" apt-get update