Compare commits
No commits in common. "M0UKF-livedisk" and "main" have entirely different histories.
M0UKF-live
...
main
11
README.md
11
README.md
|
|
@ -18,14 +18,7 @@ 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. This cuts down on rebuild time significantly.
|
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`
|
||||||
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,12 +14,14 @@ 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,2 +1 @@
|
||||||
live-task-kde live-task-localisation- live-task-localisation-desktop-
|
live-task-lxqt live-task-localisation- live-task-localisation-desktop- task-english
|
||||||
task-english chromium
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1 @@
|
||||||
hamradio-antenna hamradio-datamodes hamradio-digitalvoice hamradio-logging
|
hamradio-all svxlink-calibration-tools- svxlink-gpio- svxlink-server- svxreflector- linbpq
|
||||||
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