From 6babfd74b49da93ef52d493a8dc5083bcb650016 Mon Sep 17 00:00:00 2001 From: Esa Varemo Date: Sat, 13 Jul 2019 15:22:44 +0300 Subject: 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 --- docs/build-vyos.rst | 4 ++-- 1 file 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 -- cgit v1.2.3