Skip to content

Commit

Permalink
Merge pull request #2528 from flatcar/chewi/shim-review-nobble
Browse files Browse the repository at this point in the history
prod_image_util.sh: Temporarily nobble removing unsigned kernel and GRUB
  • Loading branch information
chewi authored Dec 13, 2024
2 parents bab5e09 + 3f68400 commit 34db26e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build_library/prod_image_util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ EOF

# Official builds will sign and upload these files later, so remove them to
# prevent them from being uploaded now.
# TODO: Un-nobble this later when we have passed the shim review.
false && \
if [[ ${COREOS_OFFICIAL:-0} -eq 1 ]]; then
rm -v \
"${BUILD_DIR}/${image_kernel}" \
Expand Down

0 comments on commit 34db26e

Please sign in to comment.