diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-03-03 18:08:15 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-03-03 18:08:15 +0100 |
commit | 9d10db0049af45b3ee0d689fd6f149df085fc7e3 (patch) | |
tree | dc27b90a5aa405e1476007bae32243c71472f705 /docs/contributing | |
parent | 9240db979dce8913acf2e4dd6995458101cc8b6b (diff) | |
download | vyos-documentation-9d10db0049af45b3ee0d689fd6f149df085fc7e3.tar.gz vyos-documentation-9d10db0049af45b3ee0d689fd6f149df085fc7e3.zip |
contribution: build: document ISO build with custom DEB package
Diffstat (limited to 'docs/contributing')
-rw-r--r-- | docs/contributing/build-vyos.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/contributing/build-vyos.rst b/docs/contributing/build-vyos.rst index 96dce53f..d186f05e 100644 --- a/docs/contributing/build-vyos.rst +++ b/docs/contributing/build-vyos.rst @@ -91,6 +91,9 @@ image: * VyOS rolling release you should use ``vyos/vyos-build`` which will always refer to the latest image. +Customisation +^^^^^^^^^^^^^ + This ISO can be customized with the following list of configure options. The full and current list can be generated with ``./configure --help``: @@ -127,6 +130,17 @@ Good luck! or ``rolling`` image. Make sure to choose the matching container for the version of VyOS that is being built. +Development +^^^^^^^^^^^ + +If you are brave enough to build yourself an ISO image containing any modified +package from our GitHub organisation - this is the place to be. + +Building an ISO with a customized package is in no way different then building +a regular (customized or not) ISO image. Simply place your modified `*.deb` +package inside the `packages` folder within `vyos-build`. You may need to create +the folder in advance. + Troubleshooting ^^^^^^^^^^^^^^^ |