Skip to content

Commit

Permalink
create-chipsec: remove shell tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
yaperez-anssi committed Dec 21, 2020
1 parent 456b9a7 commit 6105c6c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/create-chipsec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ sign_shim_boot () {
}

sign_kernel () {
set -x
local KERNEL="${mount_point}/boot/vmlinuz*"

sbsign --key "$keypath"/DB.key --cert "$keypath"/DB.crt --output ${KERNEL} ${KERNEL}
Expand All @@ -70,7 +69,6 @@ sign_kernel () {
sha256 "$keypath"/DB.key "$keypath"/DB.crt \
"${mount_point}"/usr/local/lib/python*/dist-packages/chipsec-*/chipsec/helper/linux/chipsec.ko

set +x
}


Expand Down

0 comments on commit 6105c6c

Please sign in to comment.