From 029d320bfe95ab0c59b6fb376467c03397588e60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Ravier?= Date: Thu, 8 Feb 2024 11:29:52 +0100 Subject: [PATCH] manifests/bootupd: Remove 'mkdir -p /run' workaround This was added a while back as a fast-track for a fix in rpm-ostree and we don't need it anymore. Reverts: https://github.com/coreos/fedora-coreos-config/commit/cb300804dbb0ffea4e04b84cfb1109b4585c29c5 --- manifests/bootupd.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/manifests/bootupd.yaml b/manifests/bootupd.yaml index 5490631add..fe4aa4bed7 100644 --- a/manifests/bootupd.yaml +++ b/manifests/bootupd.yaml @@ -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