Skip to content

Commit

Permalink
manifests/bootupd: mkdir /run for now
Browse files Browse the repository at this point in the history
This is a quick backport of coreos/rpm-ostree#2275
effectively, so we can proceed with fixing bootupd.
  • Loading branch information
cgwalters authored and jlebon committed Oct 23, 2020
1 parent 5a6a3ad commit cb30080
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifests/bootupd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ 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 /

0 comments on commit cb30080

Please sign in to comment.