mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
Add how to build VM images to README.md (ref T14).
This commit is contained in:
parent
a0a10a1057
commit
6b9627e678
25
README.md
25
README.md
@ -52,11 +52,32 @@ Individual packages may have other build dependencies. If some packages are miss
|
|||||||
Before you can build an image, you need to configure your build.
|
Before you can build an image, you need to configure your build.
|
||||||
|
|
||||||
To build an image, use the following commands:
|
To build an image, use the following commands:
|
||||||
./configure
|
|
||||||
make iso
|
```
|
||||||
|
./configure
|
||||||
|
make iso
|
||||||
|
```
|
||||||
|
|
||||||
The ./configure script has a number of options that you can see by calling it with --help
|
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.
|
||||||
|
|
||||||
|
```
|
||||||
|
make qemu
|
||||||
|
```
|
||||||
|
|
||||||
|
* VMware
|
||||||
|
|
||||||
|
Run following command after building the QEMU image.
|
||||||
|
|
||||||
|
```
|
||||||
|
make vmware
|
||||||
|
```
|
||||||
|
|
||||||
# Development process
|
# Development process
|
||||||
|
|
||||||
## git branches
|
## git branches
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user