diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-07-13 17:36:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-13 17:36:45 +0200 |
commit | d63753cbc1400728fc7d4bc439f0a45cb12b063d (patch) | |
tree | 370ab80fbe467fdea5d209c743f512cb18b18929 /docs | |
parent | 1cee9fe391f0b49e7490a8369d1e29ceab228024 (diff) | |
parent | 6babfd74b49da93ef52d493a8dc5083bcb650016 (diff) | |
download | vyos-documentation-d63753cbc1400728fc7d4bc439f0a45cb12b063d.tar.gz vyos-documentation-d63753cbc1400728fc7d4bc439f0a45cb12b063d.zip |
Merge pull request #74 from varesa/T1521-build-fix
T1521 Add sudo to the build instructions
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 |