Skip to content

Commit 34db26e

Browse files
authored
Merge pull request #2528 from flatcar/chewi/shim-review-nobble
prod_image_util.sh: Temporarily nobble removing unsigned kernel and GRUB
2 parents bab5e09 + 3f68400 commit 34db26e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build_library/prod_image_util.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,8 @@ EOF
182182

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

0 commit comments

Comments
 (0)