From 26bd8f358a60b5ad6ac10c2fc2c1652465df1fc6 Mon Sep 17 00:00:00 2001 From: George Hunt Date: Mon, 15 Apr 2019 11:58:32 -0700 Subject: [PATCH] default install pastebinit, and change readme --- roles/2-common/tasks/packages.yml | 1 + scripts/footprint_features.md | 7 +++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/roles/2-common/tasks/packages.yml b/roles/2-common/tasks/packages.yml index 348fa0524..748864178 100644 --- a/roles/2-common/tasks/packages.yml +++ b/roles/2-common/tasks/packages.yml @@ -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 diff --git a/scripts/footprint_features.md b/scripts/footprint_features.md index 2cbb36c7b..db52c23a8 100644 --- a/scripts/footprint_features.md +++ b/scripts/footprint_features.md @@ -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/ 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/ +``` +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.