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 \