From 58d264b7669547e07a9ed90c9255885c28f297fc Mon Sep 17 00:00:00 2001 From: Paul Whalen Date: Feb 26 2024 18:50:26 +0000 Subject: F40: Enable bootupd Signed-off-by: Paul Whalen --- diff --git a/bootupd.yaml b/bootupd.yaml new file mode 100644 index 0000000..56666c5 --- /dev/null +++ b/bootupd.yaml @@ -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 diff --git a/fedora-iot-base.yaml b/fedora-iot-base.yaml index 346cc37..9a14ccf 100644 --- a/fedora-iot-base.yaml +++ b/fedora-iot-base.yaml @@ -1,3 +1,4 @@ +include: bootupd.yaml ref: fedora/devel/${basearch}/iot repos: [] selinux: true