From 62be40d8b48aeecaf0fbfc92addf3d409360c139 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Fri, 20 Sep 2024 11:16:02 -0400 Subject: [PATCH] tier-0: drop `mkdir -p /run` workaround This has long been unnecessary. See also: https://github.com/coreos/fedora-coreos-config/commit/029d320bfe95ab0c59b6fb376467c03397588e60 --- tier-0/bootupd.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/tier-0/bootupd.yaml b/tier-0/bootupd.yaml index 7d3ebf3..2423367 100644 --- a/tier-0/bootupd.yaml +++ b/tier-0/bootupd.yaml @@ -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