tier-0: drop `mkdir -p /run` workaround
This has long been unnecessary.
See also: 029d320bfe
This commit is contained in:
parent
b9fdc53e87
commit
62be40d8b4
|
|
@ -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…
Reference in New Issue