Re: [CentOS] Trouble with CentOS-Stream-GenericCloud-9-20211208.0.x86_64.qcow2

2021-12-21 Thread Orion Poplawski
On 12/9/21 21:10, centos@centos.org wrote: I'm trying to test out the CentOS Stream 9 GenericCloud images.  I'm installing with: VM_NAME="centos-stream9" USER_DATA="user-data" DISK="CentOS-Stream-GenericCloud-9.x86_64.qcow2" virt-install \ --name "${VM_NAME}" \ --memory 2048 \ --vcpus 2 \ --i

[CentOS] Trouble with CentOS-Stream-GenericCloud-9-20211208.0.x86_64.qcow2

2021-12-09 Thread Orion Poplawski
I'm trying to test out the CentOS Stream 9 GenericCloud images. I'm installing with: VM_NAME="centos-stream9" USER_DATA="user-data" DISK="CentOS-Stream-GenericCloud-9.x86_64.qcow2" virt-install \ --name "${VM_NAME}" \ --memory 2048 \ --vcpus 2 \ --import \ --cloud-init user-data="${USER_DATA}