-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tools: troubleshoot: add more common logging commands
Extend some of the common information that gets logged. This includes: * /proc/cpuinfo * lspci -tv * /var/log/boot.log * rpm -qa * dpkg -l Both the 'rpm' and 'dpkg' commands are executed without adding the complexity of system detection. To compensate for this both std_out and std_err are logged to the same file for these two commands. Signed-off-by: Louis Peens <[email protected]> Reviewed-by: Ryno Swart <[email protected]>
- Loading branch information
1 parent
b9cfa17
commit 4920320
Showing
1 changed file
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters