Can using an apt proxy (d-i mirror/http/proxy string http://mymirror) affect the installation of a .deb?
- by Randolph
I have been doing Ubuntu deployment using a preseed.cfg. After becoming comfortable with the packages being installed it was time to reduce download time and internet traffic by creating a mirror. I ended up doing a "partial mirror" using apt-cacher-ng and preseeding it by adding
d-i mirror/http/proxy string http://mymirror
to the…