Skip to content

Commit

Permalink
Print the kernel version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlesage committed Nov 17, 2023
1 parent 6f05c02 commit d7c5444
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rootfs/etc/cont-init.d/54-check-qsv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ CPU_SUPPORTED_BY_HB=true

echo "Processor: $PROCESSOR_NAME"
echo "Microarchitecture: $MICROARCHITECTURE"
echo "Kernel: $(uname -r)"

#
# Determine if the microarchitecture supports QSV. If it does, verify if it is
Expand Down

0 comments on commit d7c5444

Please sign in to comment.