summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRunar Borge <runar@borge.nu>2018-12-24 00:10:11 +0100
committerRunar Borge <runar@borge.nu>2018-12-24 00:10:11 +0100
commitcf055d5f450cecc4dbaa7025260b7aa2649c55aa (patch)
tree3c61a409df0039ed2f5caee3709d911237367475 /README.md
parentde19301f236df04e461efcdf6158ada020eeb1e3 (diff)
downloadvyos-build-cf055d5f450cecc4dbaa7025260b7aa2649c55aa.tar.gz
vyos-build-cf055d5f450cecc4dbaa7025260b7aa2649c55aa.zip
Restructured example compilation code for easy reading
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 405b1b2a..bc35df73 100644
--- a/README.md
+++ b/README.md
@@ -184,7 +184,10 @@ NOTE: Prior to executing this script you need to create/build the `vyos-builder`
the script above runs a docker container for every build it does. this is also possible to do by hand using:
Ecevuted from the root directory of vyos-build
```bash
-$ docker run --rm -it -v $(pwd):/vyos -w /vyos/packages/PACKAGENAME --sysctl net.ipv6.conf.lo.disable_ipv6=0 vyos-builder dpkg-buildpackage -uc -us -tc -b
+$ docker run --rm -it -v $(pwd):/vyos -w /vyos/packages/PACKAGENAME \
+ --sysctl net.ipv6.conf.lo.disable_ipv6=0 \
+ vyos-builder \
+ dpkg-buildpackage -uc -us -tc -b
```
NOTE: `--sysctl net.ipv6.conf.lo.disable_ipv6=0` is only needed when building vyos-strongswan and can be ignored on other packages
NOTE: Prior to executing this you need to checkout and update the submodules you want to recompile