From 990269e5747c5915994c1ce7fa2292265db69686 Mon Sep 17 00:00:00 2001 From: fiftydinar <65243233+fiftydinar@users.noreply.github.com> Date: Mon, 25 Nov 2024 18:46:44 +0100 Subject: [PATCH] chore: Remove unneded comment about `bootupctl` command Not needed to be done anymore, as it's done upstream. So removing the comment. --- scripts/post_build.sh | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/scripts/post_build.sh b/scripts/post_build.sh index b542e3b..48e1b89 100644 --- a/scripts/post_build.sh +++ b/scripts/post_build.sh @@ -2,13 +2,5 @@ set -euo pipefail -# 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/* +rm -rf /tmp/* /var/* ostree container commit