Add CentOS Stream 10

This commit is contained in:
Greg Hellings
2025-01-22 08:57:36 -06:00
parent 53f60334c6
commit 698d08741b
7 changed files with 223 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -ex
dnf install -y qemu-guest-agent
systemctl start qemu-guest-agent
systemctl enable qemu-guest-agent