summaryrefslogtreecommitdiff
path: root/docs/contributing/build-vyos.rst
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-03-03 18:04:31 +0100
committerChristian Poessinger <christian@poessinger.com>2020-03-03 18:04:31 +0100
commit9240db979dce8913acf2e4dd6995458101cc8b6b (patch)
tree8ed4c8cec962d4ae8a6924553972ee75d27acb38 /docs/contributing/build-vyos.rst
parent874912c9382efc491a830e9dc0ce231a79692290 (diff)
downloadvyos-documentation-9240db979dce8913acf2e4dd6995458101cc8b6b.tar.gz
vyos-documentation-9240db979dce8913acf2e4dd6995458101cc8b6b.zip
contribution: build: remove outdated branch reference on equuleus
Diffstat (limited to 'docs/contributing/build-vyos.rst')
-rw-r--r--docs/contributing/build-vyos.rst9
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/contributing/build-vyos.rst b/docs/contributing/build-vyos.rst
index 2349ec2f..96dce53f 100644
--- a/docs/contributing/build-vyos.rst
+++ b/docs/contributing/build-vyos.rst
@@ -36,7 +36,7 @@ To be able to use Docker_, the current non-root user should be added to the
.. note:: The build process needs to be built on a local file system, building
on SMB or NFS shares will result in the container failing to build properly!
- VirtualBox Drive Share is also not an option as block device operations
+ VirtualBox Drive Share is also not an option as block device operations
are not implemented and the drive is always mounted as "nodev"
Build Docker Container
@@ -87,10 +87,9 @@ To select the container you want to run, you need to specify the branch you are
interested in, this can be easily done by selecting the appropriate container
image:
-* For VyOS 1.2 (crux) use ``vyos/vyos-build:crux``
-* For VyOS 1.3 (equuleus) use ``vyos/vyos-build:equuleus``
-* For our VyOS rolling release you should use ``vyos/vyos-build`` which will
- always refer to the latest image.
+* VyOS 1.2 (crux) use ``vyos/vyos-build:crux``
+* VyOS rolling release you should use ``vyos/vyos-build`` which will always
+ refer to the latest image.
This ISO can be customized with the following list of configure options.
The full and current list can be generated with ``./configure --help``: