Skip to content

Commit

Permalink
manifests/bootupd: Remove 'mkdir -p /run' workaround
Browse files Browse the repository at this point in the history
This was added a while back as a fast-track for a fix in rpm-ostree and
we don't need it anymore.

Reverts: cb30080
  • Loading branch information
travier committed Feb 8, 2024
1 parent bce243b commit 029d320
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions manifests/bootupd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,5 @@ 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 029d320

Please sign in to comment.