Compare commits
4 commits
main
...
M0UKF-live
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b859dd9d04 | ||
|
|
859e389f6d | ||
|
|
99232f80a8 | ||
|
|
699a1a6f93 |
11
README.md
11
README.md
|
|
@ -18,7 +18,14 @@ There are some caveats:
|
||||||
## Cache
|
## Cache
|
||||||
|
|
||||||
I run `apt-cacher-ng` on my system to keep packages required close. You may wish
|
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`:
|
to do the same. This cuts down on rebuild time significantly.
|
||||||
`--apt-http-proxy http://127.0.0.1:3142`
|
|
||||||
|
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.
|
That's it so far. More will appear no doubt.
|
||||||
|
|
|
||||||
|
|
@ -14,14 +14,12 @@ esac
|
||||||
|
|
||||||
lb config noauto \
|
lb config noauto \
|
||||||
--clean \
|
--clean \
|
||||||
--ignore-system-defaults \
|
|
||||||
--mode debian \
|
--mode debian \
|
||||||
--debian-installer none \
|
--debian-installer none \
|
||||||
--linux-packages "linux-image" \
|
--linux-packages "linux-image" \
|
||||||
--source "${_SOURCE}" \
|
--source "${_SOURCE}" \
|
||||||
--bootappend-live "boot=live components quiet splash persistence" \
|
--bootappend-live "boot=live components quiet splash persistence" \
|
||||||
-b iso-hybrid \
|
-b iso-hybrid \
|
||||||
--apt-http-proxy http://127.0.0.1:3142 \
|
|
||||||
--memtest none \
|
--memtest none \
|
||||||
-d stable \
|
-d stable \
|
||||||
--archive-areas main,non-free-firmware \
|
--archive-areas main,non-free-firmware \
|
||||||
|
|
|
||||||
|
|
@ -1 +1,2 @@
|
||||||
live-task-lxqt live-task-localisation- live-task-localisation-desktop- task-english
|
live-task-kde live-task-localisation- live-task-localisation-desktop-
|
||||||
|
task-english chromium
|
||||||
|
|
|
||||||
|
|
@ -1 +1,4 @@
|
||||||
hamradio-all svxlink-calibration-tools- svxlink-gpio- svxlink-server- svxreflector- linbpq
|
hamradio-antenna hamradio-datamodes hamradio-digitalvoice hamradio-logging
|
||||||
|
hamradio-packetmodes hamradio-rigcontrol hamradio-satellite
|
||||||
|
svxlink-calibration-tools- svxlink-gpio- svxlink-server- svxreflector- comptext-
|
||||||
|
comptty- jtdx- psk31lx- twpsk- gqrx-sdr rtl-sdr a2d-
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue