From f0679fdd11898718f875c0c1db3f5f7d0da519d0 Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Sat, 28 Sep 2024 20:21:21 -0400 Subject: [PATCH] chore: Remove bootupctl until issue is resolved --- scripts/post_build.sh | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/scripts/post_build.sh b/scripts/post_build.sh index e47a5bd..b542e3b 100644 --- a/scripts/post_build.sh +++ b/scripts/post_build.sh @@ -2,12 +2,13 @@ set -euo pipefail -if command -v bootupctl && [ -f /usr/lib/ostree-boot/efi/EFI ] && [ "$OS_VERSION" -ge "40" ]; then - echo "Generating update metadata" - bootupctl backend generate-update-metadata -else - echo "Program bootupctl not installed or EFI file not available, skipping..." -fi +# See issue https://github.com/coreos/bootupd/issues/635 +# if command -v bootupctl && [ -f /usr/lib/ostree-boot/efi/EFI ] && [ "$OS_VERSION" -ge "40" ]; then +# echo "Generating update metadata" +# bootupctl backend generate-update-metadata +# else +# echo "Program bootupctl not installed or EFI file not available, skipping..." +# fi rm -fr /tmp/* /var/* ostree container commit