f41: enable bootupd
Signed-off-by: Paul Whalen <pwhalen@fedoraproject.org>
This commit is contained in:
parent
ede36f3a2c
commit
4ef41ffa05
2 changed files with 10 additions and 0 deletions
9
bootupd.yaml
Normal file
9
bootupd.yaml
Normal 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
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
include: bootupd.yaml
|
||||
ref: fedora/rawhide/${basearch}/iot
|
||||
repos: []
|
||||
selinux: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue