summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJernej Jakob <jernej.jakob@gmail.com>2019-12-13 09:30:36 +0100
committerJernej Jakob <jernej.jakob@gmail.com>2019-12-13 09:30:36 +0100
commit11fde580358c0f7d0c2e372645d3db55d4ca4223 (patch)
tree6422844613e93bd71ffcf3ca2a963efdaaa6f066 /README.md
parent630543dcf829c94c9bd2691ee53f227bc61afe8c (diff)
downloadvyos-build-11fde580358c0f7d0c2e372645d3db55d4ca4223.tar.gz
vyos-build-11fde580358c0f7d0c2e372645d3db55d4ca4223.zip
README: add warning about packages in packages directory
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 419235d7..0332571e 100644
--- a/README.md
+++ b/README.md
@@ -277,6 +277,10 @@ $ docker run --rm -it -v $(pwd):/vyos -w /vyos/packages/PACKAGENAME \
**NOTE:** you need to git pull manually after you commit to the remote and before rebuilding,
the local repository won't be updated automatically.
+**WARNING:** any packages in the packages directory will be added to the iso during build,
+replacing the upstream ones. Make sure you delete them (both the source directories and built
+deb packages) if you want to build an iso from purely upstream packages.
+
# Development process
## Git branches