Compare commits
5 commits
Author | SHA1 | Date | |
---|---|---|---|
|
4723ca1f53 | ||
|
54881b0562 | ||
|
f8c3d43149 | ||
|
eb9c5fb4f1 | ||
|
97f6e89d18 |
24
README.md
Normal file
24
README.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# 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. 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.
|
|
@ -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 \
|
||||
"${@}"
|
||||
|
|
3
config/archives/hibbian_unstable.pref
Normal file
3
config/archives/hibbian_unstable.pref
Normal file
|
@ -0,0 +1,3 @@
|
|||
Package: *
|
||||
Pin: release a=trixie-hibbian-unstable
|
||||
Pin-Priority: 500
|
Loading…
Reference in a new issue