diff options
author | khastings1066 <40364697+khastings1066@users.noreply.github.com> | 2019-05-29 19:39:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-29 19:39:54 -0400 |
commit | 5ca85d36065f177459d2bcd1d882e9e229d613b1 (patch) | |
tree | 87d79f58cd4cb41f973aaf5672e8004e3fb36c16 /docs/build-vyos.rst | |
parent | 9c2f5d706c61859e69dd1b7a3b54f898dcf8d480 (diff) | |
download | vyos-documentation-5ca85d36065f177459d2bcd1d882e9e229d613b1.tar.gz vyos-documentation-5ca85d36065f177459d2bcd1d882e9e229d613b1.zip |
Update build-vyos.rst
Command 'make iso' missing from instructions.
Diffstat (limited to 'docs/build-vyos.rst')
-rw-r--r-- | docs/build-vyos.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/build-vyos.rst b/docs/build-vyos.rst index a6cc57bc..f373006f 100644 --- a/docs/build-vyos.rst +++ b/docs/build-vyos.rst @@ -47,6 +47,7 @@ Running the container and building the ISO user@build:~$ docker run --rm -it --privileged -v $(pwd):/vyos -w /vyos vyos-builder bash root@d4220bb519a0:/vyos# ./configure --architecture amd64 --build-by "your@email.tld" --build-type release --version 1.2.0 + root@d4220bb519a0:/vyos# make iso You may use these options to customize you ISO |