diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-03-03 18:04:31 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-03-03 18:04:31 +0100 |
commit | 9240db979dce8913acf2e4dd6995458101cc8b6b (patch) | |
tree | 8ed4c8cec962d4ae8a6924553972ee75d27acb38 /docs/contributing/build-vyos.rst | |
parent | 874912c9382efc491a830e9dc0ce231a79692290 (diff) | |
download | vyos-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.rst | 9 |
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``: |