Compare commits

..

No commits in common. "eb9c5fb4f10027b905cbc6477a2bc9dd8b2b479d" and "a632dd02e7366ef4a25ece9a5cceacd9d7e42fa1" have entirely different histories.

2 changed files with 1 additions and 24 deletions

View file

@ -1,23 +0,0 @@
# 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.

View file

@ -23,7 +23,7 @@ lb config noauto \
-b iso-hybrid \
--apt-http-proxy http://127.0.0.1:3142 \
--memtest none \
-d stable \
-d forky \
--archive-areas main,non-free-firmware \
--parent-archive-areas main,non-free-firmware \
"${@}"