1 define approx_original_sources :=
4 export approx_original_sources
9 deb ${approx} stretch main
10 deb ${approx} buster main
11 deb ${approx} ${release} main
14 BOOTSTRAP := http://localhost/raspbian
16 deb http://localhost/raspbian stretch main non-free firmware rpi
17 deb http://localhost/rpidebian stretch main
18 deb http://localhost/raspbian buster main non-free firmware rpi
19 deb http://localhost/rpidebian buster main
22 BOOTSTRAP := http://localhost/debian
24 deb http://localhost/debian stretch main
25 deb http://localhost/debian buster main
26 deb http://localhost/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"