diff options
author | Yuya Kusakabe <yuya.kusakabe@gmail.com> | 2016-03-08 13:46:08 +0900 |
---|---|---|
committer | Yuya Kusakabe <yuya.kusakabe@gmail.com> | 2016-03-08 13:46:08 +0900 |
commit | 6b9627e678f587a556a578b6f7b838e3f193ffdb (patch) | |
tree | 9a03fdc6d2b2e5cc7594c7d38b1843d38b76f530 /README.md | |
parent | a0a10a1057ceafe7abf6a8da30894c97e5a90a1a (diff) | |
download | vyos-build-6b9627e678f587a556a578b6f7b838e3f193ffdb.tar.gz vyos-build-6b9627e678f587a556a578b6f7b838e3f193ffdb.zip |
Add how to build VM images to README.md (ref T14).
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 25 |
1 files changed, 23 insertions, 2 deletions
@@ -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. 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 +## 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 ## git branches |