Compare commits

..

2 commits

Author SHA1 Message Date
Hibby eb9c5fb4f1 It should be stable 2025-09-23 01:08:09 +01:00
Hibby 97f6e89d18 README 2025-09-23 01:04:57 +01:00
2 changed files with 24 additions and 1 deletions

23
README.md Normal file
View 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.

View file

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