From 97f6e89d181afd16cf4feac29c26065fbffd87c8 Mon Sep 17 00:00:00 2001 From: Dave Hibberd Date: Tue, 23 Sep 2025 01:04:57 +0100 Subject: [PATCH] README --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d3c0cdb --- /dev/null +++ b/README.md @@ -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.