diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-02-17 11:51:19 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-02-17 11:51:19 +0100 |
commit | e2c29139cddcaec1a420097b5b18791f9d5faffb (patch) | |
tree | 7a8d0e3a9e3953ea36f293b2be734b4a0cd22aeb /docs/debugging.rst | |
parent | 0863b787f97838a1c2621d18951194e28668d5ee (diff) | |
download | vyos-documentation-e2c29139cddcaec1a420097b5b18791f9d5faffb.tar.gz vyos-documentation-e2c29139cddcaec1a420097b5b18791f9d5faffb.zip |
debugging: add hint how to solve ISO build erros on broken package feed
Diffstat (limited to 'docs/debugging.rst')
-rw-r--r-- | docs/debugging.rst | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/debugging.rst b/docs/debugging.rst index e9207664..fec73257 100644 --- a/docs/debugging.rst +++ b/docs/debugging.rst @@ -8,6 +8,12 @@ There are two flags available to aid in debugging configuration scripts. Since configuration loading issues will manifest during boot, the flags are passed as kernel boot parameters. +ISO image build +=============== + +When having trouble compiling your own ISO image or debugging Jenkins issues +you can follow the steps at :ref:`iso_build_issues`. + System Startup ============== @@ -76,7 +82,7 @@ will have the same effect as ``touch /tmp/vyos.ifconfig.debug``. disable ``vyos-configd`` in addition. This can be run either one-time by calling ``sudo systemctl stop vyos-configd`` or make this reboot-safe by calling ``sudo systemctl disable vyos-configd``. - + FRR --- |