Remove libvirt workaround

This commit is contained in:
Tom Koscielniak 2024-02-26 09:37:17 +01:00 committed by Tomáš Hozza
parent ef07f2b81f
commit b4dcfc4480
10 changed files with 0 additions and 70 deletions

View file

@ -32,13 +32,6 @@ case "${ID}-${VERSION_ID}" in
exit 1;;
esac
# workaround for bug https://bugzilla.redhat.com/show_bug.cgi?id=2213660
if [[ "$VERSION_ID" == "9.3" || "$VERSION_ID" == "9" ]]; then
sudo tee /etc/sysconfig/libvirtd << EOF > /dev/null
LIBVIRTD_ARGS=
EOF
fi
# Start libvirtd and test it.
greenprint "🚀 Starting libvirt daemon"
sudo systemctl start libvirtd