[sabayon-help-info] adding script to collect system information to allow easy sharing for assistance

This commit is contained in:
mudler
2016-04-07 21:05:59 +02:00
parent 99cae9c7d1
commit 3be8ff13d1
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
sudo bash << EOF
echo "Grabbing system informations, the url to share will happear in a minute"
(echo 'lspci'; lspci; echo 'network'; ifconfig -a; echo 'drivers'; lsmod; find /lib/modules; echo 'kernel'; uname -a) | pastebunz
EOF