Vyos builder syntax - how to add multiple packages

The documentation states …
./configure --architecture amd64 --build-by “john.doe@nowhere.tld” --build-type “release” --version “LTS 1.3.3” --custom-package “packagename”

I’ve successfully build Vyos 1.3.3 with a single package added. What is the proper syntax if I need to add more than one package?

TIA

You can specify as many space separated packages you want as an argument to the --custom-package parameter, I.E.: --custom-package "packagename1 packagename2 packagename3"

2 Likes