Fix for newer versions of qemu and virt-install that use q35 by default, which seems to break cloud-init...

master
Brie Bruns 2020-02-19 09:19:51 -07:00
부모 22633f2e80
커밋 12ce30e202
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제

파일 보기

@ -1,8 +1,8 @@
#!/bin/bash
# Heavily Modified Script By: Brielle Bruns
# Date: 10/30/2019
# Date: 02/19/2020
# URL: https://git.sosdg.org/brielle/virt-install-cloud
# Version: 1.1.2
# Version: 1.1.3
#
# Originally based on:
# virt-install-cloud.sh : script to start an OpenStack cloud image on kvm
@ -215,6 +215,7 @@ echo "Creating guest ${hostname}.${domain}..."
virt-install \
--name ${hostname}.${domain} \
--cpu ${cpumodel} \
--machine pc \
--memory ${ram} \
--vcpus=${cpucount} \
--noautoconsole \