base/bootloader: Drop /usr/lib/ostree-boot/loader

A quick workaround for https://issues.redhat.com/browse/RHEL-78104
This commit is contained in:
Colin Walters 2025-02-05 15:16:59 -05:00
parent e62452d096
commit 3ebf803f5f
1 changed files with 5 additions and 0 deletions

View File

@ -26,3 +26,8 @@ postprocess:
set -xeuo pipefail set -xeuo pipefail
# Transforms /usr/lib/ostree-boot into a bootupd-compatible update payload # Transforms /usr/lib/ostree-boot into a bootupd-compatible update payload
/usr/bin/bootupctl backend generate-update-metadata /usr/bin/bootupctl backend generate-update-metadata
- |
#!/bin/bash
# Workaround for https://issues.redhat.com/browse/RHEL-78104
set -xeuo pipefail
rm -vrf /usr/lib/ostree-boot/loader