A custom modification of the virt-install-cloud.sh script located at https://github.com/clauded/virt-tools
Aller au fichier
Brie Bruns 12ce30e202 Fix for newer versions of qemu and virt-install that use q35 by default, which seems to break cloud-init... 2020-02-19 09:19:51 -07:00
backups Fix typos with config backups 2018-05-13 20:12:46 -06:00
images Download images to images/ and store them there, as to not clutter up the main dir. Add images/ directory to gitignore 2018-04-10 09:41:31 -06:00
network no message 2018-05-13 21:33:09 -06:00
output Add output dir 2018-04-09 22:58:48 -06:00
.gitignore Download images to images/ and store them there, as to not clutter up the main dir. Add images/ directory to gitignore 2018-04-10 09:41:31 -06:00
LICENSE First commit 2018-04-09 22:46:46 -06:00
README.md no message 2018-04-19 12:42:18 -06:00
config Add cpumodel setting to config to work around an issue we've seen possibly related to RH bug 1439933 that impacts deb 9 as well 2018-06-08 10:46:27 -06:00
distros Add Deb 10 buster to distros 2019-10-20 12:50:36 -06:00
meta-data no message 2018-05-15 14:07:32 -06:00
user-data no message 2018-10-11 10:16:14 -06:00
virt-install-cloud.sh Fix for newer versions of qemu and virt-install that use q35 by default, which seems to break cloud-init... 2020-02-19 09:19:51 -07:00

README.md

virt-install-cloud

Easily create a KVM virtual machine using virt-install, xorriso, and cloud init.

Who Originally Created This?

The original creator is Claude Durocher and the repo is here.

I heavily modified the script breaking it out into multiple chunks and cleaning up some of the features and options to make it a bit more flexible and usable in my situation.

How Does The Script Work?

Short story:

virt-install-cloud.sh -h

Long Story:

You'll need to edit the virt-install-cloud.sh script to change disk pool locations, as well as various other variables for networking bridges, etc. You'll also need to edit user-data and meta-data and make the appropriate changes there.