1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

default install pastebinit, and change readme

This commit is contained in:
George Hunt 2019-04-15 11:58:32 -07:00
parent 6de481930e
commit 26bd8f358a
2 changed files with 6 additions and 2 deletions

View file

@ -54,6 +54,7 @@
- ntfs-3g
#- openssh-server # ssh (Raspbian) or openssh-server (other OS's) already installed by 1-prep's roles/sshd/tasks/main.yml
- pandoc
- pastebinit
- rsync
- sudo
- tar

View file

@ -22,5 +22,8 @@ contents of following directories:
4. /etc/systemd/network/
#### Suggested Usage ####
1. Use a FAT formatted USB stick (FAT format is recognized by both Windows and Mac) to move /etc/iiab/footprint/<footprint.tgz> to a machine that has internet access and a browser.
2. Upload the footprint to https://filebin.ca, record the returned URL, and email that URL, along with a description of the symptoms, to bugs@iiab.io.
1. Upload the footprint you have just generate to pastebinit
```
pbput /etc/iiab/footprint/<footprint file name>
```
2. Email a description of the symptoms, and how to generate them, along with the URL which was returned by the "pbput" command, to bugs@iiab.io.