More sensible header structure. Cute cow at the bottom

This commit is contained in:
Ian Gulliver
2019-04-25 03:18:54 +00:00
parent a3dfa24549
commit 8663055dd3
34 changed files with 282 additions and 303 deletions

View File

@@ -5,16 +5,16 @@
If youre building system images, youre going to do a lot of debootstrap, which is going to fetch a lot of packages. On a fast system, thatll be the slowest part of the process. Heres how to cache.
### Install apt-cacher-ng
## Install apt-cacher-ng
sudo apt-get install squid-deb-proxy
### Tell programs to use the proxy
## Tell programs to use the proxy
export http_proxy=http://127.0.0.1:8000
# Note that you'll need to re-export this before any use of debootstrap
### Tell sudo to pass through http\_proxy
## Tell sudo to pass through http\_proxy
sudo visudo
# Add the line after the env_reset line: