On 2018-12-18, Chris McGee <cmcge...@gmail.com> wrote:
> Hi:
>
>   I'd like to submit some info for the install64.octeon documentation.
> I just installed 6.4 on a newer EdgeRouter than the documentation was
> written for. The instructions in the install document are probably not
> enough to get the average user booted on that particular piece of
> hardware.  I'd like to document the install while I still remember it.
> Can I submit a patch somewhere?

Adding to Ingo's reply: the install docs are generated by m4 from
files in /usr/src/distrib/notes, so the most useful method would be
to send a "cvs diff -u" against the input files.

If it's more convenient to edit and test on a machine of another
architecture (e.g. an amd64 workstation), you can do this:

cd /usr/src/distrib/notes
make obj
make M=octeon
less obj/INSTALL.octeon


Reply via email to