#!/bin/bash
#
# Copyright (c) 2023 Oracle and/or its affiliates. All rights reserved.
# Licensed under the GNU General Public License Version 3 as shown at https://www.gnu.org/licenses/gpl-3.0.txt.

dnf module disable ol9_appstream -y
dnf install conmon-2.1.3-8.el9 -y
dnf module enable ol9_appstream -y
dnf config-manager --set-enabled ol9_kvm_utils
dnf install qemu-kvm-7.2.0 -y
# install virtiofsd from OCNE BFS
dnf install virtiofsd-1.8.0 -y