Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
build.rst: Do not recommend using docker group
|
|
Typo removed from CONTRIBUTING.md
arp.rst properly displays example command
build-vyos.rst troubleshooting diff has proper highlighting
|
|
The documentation for building VyOS currently recommends adding a
non-root user to the docker group. Doing so is equivalent to making
that user root and thus should at least carry a warning.
|
|
|
|
|
|
|
|
|
|
the kernel patch link is outdated
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is copied from the vyos-build README.md with some changes and updates.
|
|
|
|
|
|
|
|
... to make it more easy for upcoming contributors
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Done via:
$ find . -name "*.rst" | xargs sed -i 's/[ \t]*$//'
|
|
This will add proper new-lines into the rendered PDF. Before if it has
been a long line, not all content was preserved in the PDF.
|
|
|
|
cfgcmd for better typing feeling
|
|
|
|
|