2022-10-14 17:45:40 +00:00
|
|
|
# KEEP THIS IN SYNC WITH https://github.com/coreos/fedora-coreos-config/blob/testing-devel/manifests/bootupd.yaml
|
|
|
|
# Integration with https://github.com/coreos/bootupd
|
|
|
|
# xref https://github.com/coreos/fedora-coreos-tracker/issues/510
|
|
|
|
packages:
|
|
|
|
- bootupd
|
|
|
|
|
|
|
|
postprocess:
|
|
|
|
- |
|
|
|
|
#!/bin/bash
|
|
|
|
set -xeuo pipefail
|
|
|
|
# Transforms /usr/lib/ostree-boot into a bootupd-compatible update payload
|
2024-02-08 10:27:47 +00:00
|
|
|
/usr/bin/bootupctl backend generate-update-metadata
|