Remove libvirt workaround
This commit is contained in:
parent
ef07f2b81f
commit
b4dcfc4480
10 changed files with 0 additions and 70 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue