From f0727787bc11e267dde0f3f1e59701f78ce54af1 Mon Sep 17 00:00:00 2001 From: Paul Whalen Date: Mar 24 2023 17:47:40 +0000 Subject: Add workaround for anaconda unified-core issue. Signed-off-by: Paul Whalen --- 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