From faa32d2446a4fd795ec8698cbf3a80234b90563e Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Thu, 6 Apr 2017 10:48:09 -0500 Subject: [PATCH] g2testvm: Use rhel7 for os-variant The `fedora23` OS variant has been removed. Since Fedora moves fairly quickly, using `rhel7` is more robust anyway. --- g2testvm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/g2testvm.sh b/g2testvm.sh index 32fe129..f0f201a 100755 --- a/g2testvm.sh +++ b/g2testvm.sh @@ -73,7 +73,7 @@ virt-install \ --vcpus 2 \ --cpu host \ --import \ - --os-variant fedora23 \ + --os-variant rhel7 \ --boot kernel=${KERNEL},initrd=${INITRD},kernel_args=${KCMDLINE} \ --disk vol=${POOL}/${name}.qcow2 \ --network bridge=${BRIDGE},model=virtio \