diff options
author | Esa Varemo <esa@kuivanto.fi> | 2019-07-13 15:22:44 +0300 |
---|---|---|
committer | Esa Varemo <esa@kuivanto.fi> | 2019-07-13 15:22:44 +0300 |
commit | 6babfd74b49da93ef52d493a8dc5083bcb650016 (patch) | |
tree | 370ab80fbe467fdea5d209c743f512cb18b18929 /docs | |
parent | 1cee9fe391f0b49e7490a8369d1e29ceab228024 (diff) | |
download | vyos-documentation-6babfd74b49da93ef52d493a8dc5083bcb650016.tar.gz vyos-documentation-6babfd74b49da93ef52d493a8dc5083bcb650016.zip |
T1521 Add sudo to the build instructions
live-build fails without root and the current docker image automatically
drops to vyos_bld so 'make iso' will fail
https://phabricator.vyos.net/T1521
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 |