diff options
| author | dd <dd@wx.tnyzeq.icu> | 2024-06-22 09:23:16 +0200 |
|---|---|---|
| committer | dd <dd@wx.tnyzeq.icu> | 2024-06-22 09:30:07 +0200 |
| commit | 8594783fa2d5fbf73b99ecf98cba368a7dc0fcf2 (patch) | |
| tree | 77a82cf02e19923cafbd5d88f4ba52a6c8ee19e0 | |
| parent | 72f7565d8b6e27f02fc406472b086074f293d77c (diff) | |
| download | vyos-jenkins-8594783fa2d5fbf73b99ecf98cba368a7dc0fcf2.tar.gz vyos-jenkins-8594783fa2d5fbf73b99ecf98cba368a7dc0fcf2.zip | |
added ELTS mirror for equuleus
| -rw-r--r-- | readme.md | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -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" \ |
