We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 567ecc2 commit ec3483dCopy full SHA for ec3483d
1 file changed
hw-probe.pl
@@ -15558,6 +15558,15 @@ ()
15558
}
15559
writeLog($LOG_DIR."/biosdecode", $BiosDecode);
15560
15561
+
15562
+ if(enabledLog("boltctl")
15563
+ and checkCmd("boltctl"))
15564
+ {
15565
+ listProbe("logs", "boltctl");
15566
+ if(my $BoltCtl = runCmd("boltctl list --all")) {
15567
+ writeLog($LOG_DIR."/boltctl", $BoltCtl);
15568
+ }
15569
15570
15571
# level=default
15572
if(not $Opt{"AppImage"}
@@ -17317,6 +17326,7 @@ ($$)
17317
17326
"acpidump_decoded",
17318
17327
"arcconf",
17319
17328
"biosdecode",
17329
+ "boltctl",
17320
17330
"cpuinfo",
17321
17331
"dev",
17322
17332
"df",
0 commit comments