README
This commit is contained in:
parent
a632dd02e7
commit
97f6e89d18
23
README.md
Normal file
23
README.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Hibbian LiveCD Generator
|
||||
|
||||
This requires the Debian `live-build` toolset to generate an image.
|
||||
|
||||
If you have that installed, it should simply be a case of
|
||||
|
||||
```
|
||||
git clone
|
||||
lb config
|
||||
sudo lb build
|
||||
```
|
||||
|
||||
# Caveat Emptor
|
||||
|
||||
There are some caveats:
|
||||
|
||||
## Cache
|
||||
|
||||
I run `apt-cacher-ng` on my system to keep packages required close. You may wish
|
||||
to do the same. If you do not, run remove the following line from `auto/config`:
|
||||
`--apt-http-proxy http://127.0.0.1:3142`
|
||||
|
||||
That's it so far. More will appear no doubt.
|
Loading…
Reference in a new issue