summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordd <dd@wx.tnyzeq.icu>2024-06-22 09:23:16 +0200
committerdd <dd@wx.tnyzeq.icu>2024-06-22 09:30:07 +0200
commit8594783fa2d5fbf73b99ecf98cba368a7dc0fcf2 (patch)
tree77a82cf02e19923cafbd5d88f4ba52a6c8ee19e0
parent72f7565d8b6e27f02fc406472b086074f293d77c (diff)
downloadvyos-jenkins-8594783fa2d5fbf73b99ecf98cba368a7dc0fcf2.tar.gz
vyos-jenkins-8594783fa2d5fbf73b99ecf98cba368a7dc0fcf2.zip
added ELTS mirror for equuleus
-rw-r--r--readme.md13
1 files changed, 12 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 1417990..bae2c54 100644
--- a/readme.md
+++ b/readme.md
@@ -682,6 +682,14 @@ if you have too old container.
wget http://172.17.17.17/apt.gpg.key -O /tmp/apt.gpg.key
```
+**Install apt-cacher-ng for ELTS mirror**
+
+This is currently used only by equuleus.
+
+```
+apt install apt-cacher-ng
+```
+
**Launch the vyos-build docker container**
This is the usual run command from official documentation, we need to add extra mount for our apt singing key
@@ -724,15 +732,18 @@ via `--custom-package vyos-1x-smoketest` for good measure.
Here are examples - please adjust options to your liking:
+For equuleus:
+
```
sudo ./configure --architecture amd64 --build-by "myself@localhost" \
--build-type release --version "1.3.x" \
--vyos-mirror http://172.17.17.17/equuleus --custom-apt-key /opt/apt.gpg.key \
+ --debian-elts-mirror http://172.17.17.17:3142/deb.freexian.com/extended-lts \
--custom-package vyos-1x-smoketest \
&& sudo make iso
```
-or
+For sagitta:
```
sudo ./build-vyos-image iso --architecture amd64 --build-by "myself@localhost" \