mirror of
				https://github.com/vyos/vyos-documentation.git
				synced 2025-10-26 08:41:46 +01:00 
			
		
		
		
	Disambiguate sagitta as current
Separate references mentioning equuleus and state sagitta as current instead
This commit is contained in:
		
							parent
							
								
									ae627cc8a2
								
							
						
					
					
						commit
						e10a8f1f56
					
				| @ -88,7 +88,9 @@ The container can also be built directly from source: | |||||||
| 
 | 
 | ||||||
|   # For VyOS 1.2 (crux) |   # For VyOS 1.2 (crux) | ||||||
|   $ git clone -b crux --single-branch https://github.com/vyos/vyos-build |   $ git clone -b crux --single-branch https://github.com/vyos/vyos-build | ||||||
|   # For VyOS 1.3 (equuleus, current) |   # For VyOS 1.3 (equuleus) | ||||||
|  |   $ git clone -b equuleus --single-branch https://github.com/vyos/vyos-build | ||||||
|  |   # For VyOS 1.4 (sagitta, current) | ||||||
|   $ git clone -b current --single-branch https://github.com/vyos/vyos-build |   $ git clone -b current --single-branch https://github.com/vyos/vyos-build | ||||||
|    |    | ||||||
|   $ cd vyos-build |   $ cd vyos-build | ||||||
| @ -146,7 +148,8 @@ To build VyOS natively you require a properly configured build host with the | |||||||
| following Debian versions installed: | following Debian versions installed: | ||||||
| 
 | 
 | ||||||
| - Debian Jessie for VyOS 1.2 (crux) | - Debian Jessie for VyOS 1.2 (crux) | ||||||
| - Debian Buster for VyOS 1.3 (equuleus, current) - aka the rolling release | - Debian Buster for VyOS 1.3 (equuleus)  | ||||||
|  | - Debian Bullseye for VyOS 1.4 (sagitta, current) - aka the rolling release | ||||||
| 
 | 
 | ||||||
| To start, clone the repository to your local machine: | To start, clone the repository to your local machine: | ||||||
| 
 | 
 | ||||||
| @ -155,9 +158,13 @@ To start, clone the repository to your local machine: | |||||||
|   # For VyOS 1.2 (crux) |   # For VyOS 1.2 (crux) | ||||||
|   $ git clone -b crux --single-branch https://github.com/vyos/vyos-build |   $ git clone -b crux --single-branch https://github.com/vyos/vyos-build | ||||||
| 
 | 
 | ||||||
|   # For VyOS 1.3 (equuleus, current) |   # For VyOS 1.3 (equuleus) | ||||||
|  |   $ git clone -b equuleus --single-branch https://github.com/vyos/vyos-build | ||||||
|  | 
 | ||||||
|  |   # For VyOS 1.4 (sagitta, current) | ||||||
|   $ git clone -b current --single-branch https://github.com/vyos/vyos-build |   $ git clone -b current --single-branch https://github.com/vyos/vyos-build | ||||||
| 
 | 
 | ||||||
|  | 
 | ||||||
| For the packages required, you can refer to the ``docker/Dockerfile`` file | For the packages required, you can refer to the ``docker/Dockerfile`` file | ||||||
| in the repository_. The ``./build-vyos-image`` script will also warn you if any | in the repository_. The ``./build-vyos-image`` script will also warn you if any | ||||||
| dependencies are missing. | dependencies are missing. | ||||||
| @ -181,7 +188,10 @@ Please note as this will differ for both `current` and `crux`. | |||||||
|   # For VyOS 1.2 (crux) |   # For VyOS 1.2 (crux) | ||||||
|   $ git clone -b crux --single-branch https://github.com/vyos/vyos-build |   $ git clone -b crux --single-branch https://github.com/vyos/vyos-build | ||||||
| 
 | 
 | ||||||
|   # For VyOS 1.3 (equuleus, current) |   # For VyOS 1.3 (equuleus) | ||||||
|  |   $ git clone -b equuleus --single-branch https://github.com/vyos/vyos-build | ||||||
|  | 
 | ||||||
|  |   # For VyOS 1.4 (sagitta, current) | ||||||
|   $ git clone -b current --single-branch https://github.com/vyos/vyos-build |   $ git clone -b current --single-branch https://github.com/vyos/vyos-build | ||||||
| 
 | 
 | ||||||
| Now a fresh build of the VyOS ISO can begin. Change directory to the | Now a fresh build of the VyOS ISO can begin. Change directory to the | ||||||
| @ -193,7 +203,10 @@ Now a fresh build of the VyOS ISO can begin. Change directory to the | |||||||
|   # For VyOS 1.2 (crux) |   # For VyOS 1.2 (crux) | ||||||
|   $ docker run --rm -it --privileged -v $(pwd):/vyos -w /vyos vyos/vyos-build:crux bash |   $ docker run --rm -it --privileged -v $(pwd):/vyos -w /vyos vyos/vyos-build:crux bash | ||||||
| 
 | 
 | ||||||
|   # For VyOS 1.3 (equuleus, current) |   # For VyOS 1.3 (equuleus) | ||||||
|  |   $ docker run --rm -it --privileged -v $(pwd):/vyos -w /vyos vyos/vyos-build:equuleus bash | ||||||
|  | 
 | ||||||
|  |   # For VyOS 1.4 (sagitta, current) | ||||||
|   $ docker run --rm -it --privileged -v $(pwd):/vyos -w /vyos vyos/vyos-build:current bash |   $ docker run --rm -it --privileged -v $(pwd):/vyos -w /vyos vyos/vyos-build:current bash | ||||||
|    |    | ||||||
| .. code-block:: none | .. code-block:: none | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user