We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6add4f commit 70ac154Copy full SHA for 70ac154
tools/devtool
@@ -742,7 +742,7 @@ cmd_test() {
742
# If we got to here, we've got all we need to continue.
743
say "Kernel version: $(uname -r)"
744
say "$(sed '/^processor.*: 0$/,/^processor.*: 1$/!d; /^processor.*: 1$/d' /proc/cpuinfo)"
745
- say "RPM microcode_ctl version: $(rpm -q microcode_ctl)"
+ say "RPM firmware versions: $(rpm -q microcode_ctl amd-ucode-firmware linux-firmware)"
746
747
env |grep -P "^(AWS_EMF_|BUILDKITE|CODECOV_)" > env.list
748
if [[ $performance_tweaks -eq 1 ]]; then
0 commit comments