Skip to content

Unsupported YUM repo: hawkhost-one

The hawkhost-one repository provided the one-context script, which handled tasks like automatic disk resizing on upgrades. On AlmaLinux 8 and later, this repository is no longer necessary and can be safely removed.

yum remove one-context
rm -f /etc/yum.repos.d/HawkHost-One.repo

Hawk Host cloud vps now only require qemu-guest-agent:

dnf install -y qemu-guest-agent

For more details on required packages, see How do I install QEMU guest agent and cloud-utils-growpart?