1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Update iiab-diagnostics.README.md

This commit is contained in:
A Holt 2019-06-23 04:35:53 -04:00 committed by GitHub
parent 674c65f827
commit 8c51f9d55c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ The ``pastebinit`` command can then be used to upload this file, creating a shor
But first off, the file is compiled by harvesting 5 main kinds of things: But first off, the file is compiled by harvesting 5 main kinds of things:
1. Files specially requested (if you run ``iiab-diagnostics FILENAME1 FILENAME2``) 1. Files specially requested (if you run ``sudo iiab-diagnostics PATH/FILE1 PATH/FILE2``)
2. Regular Files 2. Regular Files
@ -27,20 +27,20 @@ But first off, the file is compiled by harvesting 5 main kinds of things:
To bundle in more files, run: To bundle in more files, run:
``` ```
sudo iiab-diagnostics FILENAME1 FILENAME2 sudo iiab-diagnostics PATH/FILE1 PATH/FILE2 ...
``` ```
( This will bundle up all the diagnostics, into a new file placed in: /etc/iiab/diag/ ) ( All diagnostics will be bundled up into a single human-readable file, placed in: /etc/iiab/diag/ )
2. Upload the file using the pastebinit command: 2. Make sure you're online, and upload the new file using the ``pastebinit`` command:
``` ```
pastebinit < /etc/iiab/diagnostics/<name of file you just created> pastebinit < /etc/iiab/diag/NEW-FILE-NAME
``` ```
This will generalte a link (URL). This will generate an actual web link (URL).
3. Post the link (URL) to a "New issue" at https://github.com/iiab/iiab/issues 3. Post this link (URL) to a "New issue" at https://github.com/iiab/iiab/issues
Include a description of the symptoms, and how to reproduce the problem. Include a description of the symptoms, and how to reproduce the problem.
@ -48,4 +48,4 @@ But first off, the file is compiled by harvesting 5 main kinds of things:
## Source Code ## Source Code
Please look over the bottom of [iiab-diagnostics](iiab-diagnostics) to learn more about which common IIAB files make rapid troubleshooting possible. Please look over the bottom of [iiab-diagnostics](iiab-diagnostics) to learn more about which common IIAB files and commands make this rapid troubleshooting possible.