chore: Remove bootupctl until issue is resolved
This commit is contained in:
parent
5cf1ce66a0
commit
f0679fdd11
1 changed files with 7 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue