diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/build-vyos.rst | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/docs/build-vyos.rst b/docs/build-vyos.rst index f373006f..b5f10954 100644 --- a/docs/build-vyos.rst +++ b/docs/build-vyos.rst @@ -46,8 +46,8 @@ Running the container and building the ISO  .. code-block:: sh    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 +  vyos_bld@d4220bb519a0:/vyos# ./configure --architecture amd64 --build-by "your@email.tld" --build-type release --version 1.2.0 +  vyos_bld@d4220bb519a0:/vyos# sudo make iso  You may use these options to customize you ISO | 
