summaryrefslogtreecommitdiffstats
path: root/utils/pb-console
diff options
context:
space:
mode:
authorSamuel Mendoza-Jonas <sam@mendozajonas.com>2015-05-28 14:02:34 +1000
committerSamuel Mendoza-Jonas <sam@mendozajonas.com>2016-05-24 11:08:15 +1000
commit0ccde6508f7ba3c94caafd8ee013cbbf6bee4c2b (patch)
tree24822e60b2a3a5fc63121862b390a14de6007f15 /utils/pb-console
parented8a3ad086e56fa40c72c531b3f563e35a7c0753 (diff)
downloadtalos-petitboot-0ccde6508f7ba3c94caafd8ee013cbbf6bee4c2b.tar.gz
talos-petitboot-0ccde6508f7ba3c94caafd8ee013cbbf6bee4c2b.zip
utils: Add diagnostic scriptv1.1.0
Add a simple script to gather up useful information in the unlikely event a user runs into trouble. Usage: pb-sos [-v] [-f file] [-d user@host:/path] Options -v verbose output -f file Supply filename for tar archive (default pb-sos.tar) -d host Supply user, hostname, and path to transfer archive to a remote host Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
Diffstat (limited to 'utils/pb-console')
-rw-r--r--utils/pb-console1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/pb-console b/utils/pb-console
index c071a2f..282fca1 100644
--- a/utils/pb-console
+++ b/utils/pb-console
@@ -127,5 +127,6 @@ do
$ui $verbose_opt
reset
echo "Exiting petitboot. Type 'exit' to return."
+ echo "You may run 'pb-sos' to gather diagnostic data"
$shell
done
OpenPOWER on IntegriCloud