diff options
-rwxr-xr-x | functions/tech-support | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/functions/tech-support b/functions/tech-support index fb6a91f..218e92d 100755 --- a/functions/tech-support +++ b/functions/tech-support @@ -65,7 +65,10 @@ dpkg -l header Modules cat /proc/modules -header Kernel messages +header "Kernel messages at boot time (/var/log/dmesg)" +cat /var/log/dmesg + +header "Recent Kernel messages (dmesg)" dmesg header CPU Info |