Skip to content

Commit

Permalink
chore: Remove unneded comment about bootupctl command
Browse files Browse the repository at this point in the history
Not needed to be done anymore, as it's done upstream.

So removing the comment.
  • Loading branch information
fiftydinar authored and gmpinder committed Nov 25, 2024
1 parent 85bb813 commit 990269e
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions scripts/post_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 990269e

Please sign in to comment.