mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
Reorder sections so that docker and submodule stuff is not between ./configure and make iso
This commit is contained in:
parent
726aa54fd4
commit
7661620099
64
README.md
64
README.md
@ -80,6 +80,38 @@ The `./configure` script will warn you if any dependencies are missing. Individu
|
|||||||
packages may have other build dependencies. If some dependencies are missing,
|
packages may have other build dependencies. If some dependencies are missing,
|
||||||
package build scripts will tell you.
|
package build scripts will tell you.
|
||||||
|
|
||||||
|
## Building the ISO image
|
||||||
|
|
||||||
|
Before you can build an image, you need to configure your build.
|
||||||
|
|
||||||
|
To build an image, use the following commands:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ ./configure
|
||||||
|
$ make iso
|
||||||
|
```
|
||||||
|
|
||||||
|
The `./configure` script has a number of options that you can see by calling it
|
||||||
|
with `--help`
|
||||||
|
|
||||||
|
## Building the images for virtualization platforms
|
||||||
|
|
||||||
|
### QEMU
|
||||||
|
|
||||||
|
Run following command after building the ISO image.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ make qemu
|
||||||
|
```
|
||||||
|
|
||||||
|
### VMware
|
||||||
|
|
||||||
|
Run following command after building the QEMU image.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ make vmware
|
||||||
|
```
|
||||||
|
|
||||||
## Building the ISO image inside a docker container
|
## Building the ISO image inside a docker container
|
||||||
|
|
||||||
Using our [Dockerfile](docker/Dockerfile) you create your own Docker container
|
Using our [Dockerfile](docker/Dockerfile) you create your own Docker container
|
||||||
@ -234,38 +266,6 @@ vyos-kernel - Need special build instructions
|
|||||||
vyos-wireguard - Needs special build instructions
|
vyos-wireguard - Needs special build instructions
|
||||||
```
|
```
|
||||||
|
|
||||||
## Building the ISO image
|
|
||||||
|
|
||||||
Before you can build an image, you need to configure your build.
|
|
||||||
|
|
||||||
To build an image, use the following commands:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
$ ./configure
|
|
||||||
$ make iso
|
|
||||||
```
|
|
||||||
|
|
||||||
The `./configure` script has a number of options that you can see by calling it
|
|
||||||
with `--help`
|
|
||||||
|
|
||||||
## Building the images for virtualization platforms
|
|
||||||
|
|
||||||
### QEMU
|
|
||||||
|
|
||||||
Run following command after building the ISO image.
|
|
||||||
|
|
||||||
```bash
|
|
||||||
$ make qemu
|
|
||||||
```
|
|
||||||
|
|
||||||
### VMware
|
|
||||||
|
|
||||||
Run following command after building the QEMU image.
|
|
||||||
|
|
||||||
```bash
|
|
||||||
$ make vmware
|
|
||||||
```
|
|
||||||
|
|
||||||
# Development process
|
# Development process
|
||||||
|
|
||||||
## Git branches
|
## Git branches
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user