From 11fde580358c0f7d0c2e372645d3db55d4ca4223 Mon Sep 17 00:00:00 2001 From: Jernej Jakob Date: Fri, 13 Dec 2019 09:30:36 +0100 Subject: README: add warning about packages in packages directory --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3