LiveCD!
Find a file
2026-01-25 20:26:33 +00:00
auto More tweaks to get it working! 2026-01-25 20:11:58 +00:00
config More tweaks to get it working! 2026-01-25 20:11:58 +00:00
.gitignore Update to ignore more files 2025-09-22 23:11:23 +01:00
README.md Updated readme for caching info 2026-01-25 20:26:33 +00:00

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
cd hibbian-livedisk
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. This cuts down on rebuild time significantly.

You can either add the following to /etc/live/build.conf: LB_APT_HTTP_PROXY="http://127.0.0.1:3142" and re-run lb config.

OR

Add the following line to auto/config: --apt-http-proxy http://127.0.0.1:3142 and re-run lb config

That's it so far. More will appear no doubt.