mirror of
https://gitlab.com/fedora/bootc/base-images.git
synced 2026-09-02 14:30:46 +00:00
tier-0: drop mkdir -p /run workaround
This has long been unnecessary.
See also: 029d320bfe
This commit is contained in:
parent
b9fdc53e87
commit
62be40d8b4
1 changed files with 0 additions and 2 deletions
|
|
@ -25,7 +25,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue