diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-05-30 12:24:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-30 12:24:11 +0200 |
commit | 6b1ab043185ab208a2a3c4e144cc778294929a0e (patch) | |
tree | 87d79f58cd4cb41f973aaf5672e8004e3fb36c16 /docs | |
parent | 9c2f5d706c61859e69dd1b7a3b54f898dcf8d480 (diff) | |
parent | 5ca85d36065f177459d2bcd1d882e9e229d613b1 (diff) | |
download | vyos-documentation-6b1ab043185ab208a2a3c4e144cc778294929a0e.tar.gz vyos-documentation-6b1ab043185ab208a2a3c4e144cc778294929a0e.zip |
Merge pull request #56 from khastings1066/patch-1
Diffstat (limited to 'docs')
-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 |