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
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}
2 matches
Mail list logo