summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-03-03 18:08:15 +0100
committerChristian Poessinger <christian@poessinger.com>2020-03-03 18:08:15 +0100
commit9d10db0049af45b3ee0d689fd6f149df085fc7e3 (patch)
treedc27b90a5aa405e1476007bae32243c71472f705
parent9240db979dce8913acf2e4dd6995458101cc8b6b (diff)
downloadvyos-documentation-9d10db0049af45b3ee0d689fd6f149df085fc7e3.tar.gz
vyos-documentation-9d10db0049af45b3ee0d689fd6f149df085fc7e3.zip
contribution: build: document ISO build with custom DEB package
-rw-r--r--docs/contributing/build-vyos.rst14
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
^^^^^^^^^^^^^^^