diff options
author | Simon Rettberg | 2016-10-20 17:42:57 +0200 |
---|---|---|
committer | Simon Rettberg | 2016-10-20 17:42:57 +0200 |
commit | a94c302b999d353104d0e962afbef44de9a13919 (patch) | |
tree | 1e04c0505e55f7bc7689cfe81dd55ce9d705d4ff | |
parent | [rfs-stage32] Check for nvidia.ko first, then for whitelisted pciids (diff) | |
download | tm-scripts-a94c302b999d353104d0e962afbef44de9a13919.tar.gz tm-scripts-a94c302b999d353104d0e962afbef44de9a13919.tar.xz tm-scripts-a94c302b999d353104d0e962afbef44de9a13919.zip |
[debug_report] Include dmesg explicitly
-rwxr-xr-x | remote/modules/debug-report-bwlp/data/opt/openslx/bin/debug_report | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remote/modules/debug-report-bwlp/data/opt/openslx/bin/debug_report b/remote/modules/debug-report-bwlp/data/opt/openslx/bin/debug_report index 40f0c310..e0d7a9b8 100755 --- a/remote/modules/debug-report-bwlp/data/opt/openslx/bin/debug_report +++ b/remote/modules/debug-report-bwlp/data/opt/openslx/bin/debug_report @@ -9,6 +9,7 @@ TOOLS=" lsusb lsmod mount + dmesg dmidecode " |