f41: enable bootupd

Signed-off-by: Paul Whalen <pwhalen@fedoraproject.org>
This commit is contained in:
Paul Whalen 2024-02-21 15:46:40 -05:00
commit 4ef41ffa05
2 changed files with 10 additions and 0 deletions

9
bootupd.yaml Normal file
View file

@ -0,0 +1,9 @@
packages:
- bootupd
postprocess:
- |
#!/bin/bash
set -xeuo pipefail
# Transforms /usr/lib/ostree-boot into a bootupd-compatible update payload
/usr/bin/bootupctl backend generate-update-metadata

View file

@ -1,3 +1,4 @@
include: bootupd.yaml
ref: fedora/rawhide/${basearch}/iot
repos: []
selinux: true