blob: 574d3094dda805691ff336f1d04704b1e3c0ddf6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# To report kernel info including O.S. type, release and version
kernel-info:y
# Allows the reporter to search your /boot directory and list
# any kernels it finds
# (limited to kernel names that start with "kernel" or "vmlinuz")
boot-dir-info:y
# To report profiles information
# the same as epro show-json
profile-info:y
# To report kit versions as reported by ego
# extracted from ego kit show
kit-info:y
# To report all installed packages (takes a few secs)
installed-pkgs:y
# To report hardware info as is typical from lspci
hardware-info:y
|