Initial split from Fedora CoreOS
This commit is contained in:
commit
60d8e77ee4
18 changed files with 743 additions and 0 deletions
13
oscore/bootupd.yaml
Normal file
13
oscore/bootupd.yaml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# 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
|
||||
# Until we have https://github.com/coreos/rpm-ostree/pull/2275
|
||||
mkdir -p /run
|
||||
# Transforms /usr/lib/ostree-boot into a bootupd-compatible update payload
|
||||
/usr/bin/bootupctl backend generate-update-metadata /
|
||||
Loading…
Add table
Add a link
Reference in a new issue