Add workaround for anaconda unified-core issue.
Signed-off-by: Paul Whalen <pwhalen@fedoraproject.org>
This commit is contained in:
parent
91e80aecf0
commit
f0727787bc
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue