From 9d10db0049af45b3ee0d689fd6f149df085fc7e3 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Tue, 3 Mar 2020 18:08:15 +0100 Subject: contribution: build: document ISO build with custom DEB package --- docs/contributing/build-vyos.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 ^^^^^^^^^^^^^^^ -- cgit v1.2.3