summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2019-04-02 13:58:43 +0700
committerGitHub <noreply@github.com>2019-04-02 13:58:43 +0700
commit7661620099b8b8fa841c5804179cae4b282d2273 (patch)
tree0b807b3458b37033aae778525d81ebe409ccd759 /README.md
parent726aa54fd4b38979a41530cfc232ab34af050046 (diff)
downloadvyos-build-7661620099b8b8fa841c5804179cae4b282d2273.tar.gz
vyos-build-7661620099b8b8fa841c5804179cae4b282d2273.zip
Reorder sections so that docker and submodule stuff is not between ./configure and make iso
Diffstat (limited to 'README.md')
-rw-r--r--README.md64
1 files changed, 32 insertions, 32 deletions
diff --git a/README.md b/README.md
index 4ea756cb..a689ab80 100644
--- a/README.md
+++ b/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,
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
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
```
-## 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
## Git branches