From f0727787bc11e267dde0f3f1e59701f78ce54af1 Mon Sep 17 00:00:00 2001 From: Paul Whalen Date: Fri, 24 Mar 2023 13:47:40 -0400 Subject: [PATCH] Add workaround for anaconda unified-core issue. Signed-off-by: Paul Whalen --- treecompose-post.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/treecompose-post.sh b/treecompose-post.sh index 8cf8e61..08dd6ca 100755 --- a/treecompose-post.sh +++ b/treecompose-post.sh @@ -15,3 +15,8 @@ for x in /usr/sbin/glibc_post_upgrade.*; do ln -srf /usr/bin/true ${x} fi done + +# Remove loader directory causing issues in Anaconda in unified core mode +# Will be obsolete once we start using bootupd +# See - https://pagure.io/workstation-ostree-config/pull-request/344 +rm -rf /usr/lib/ostree-boot/loader