A custom modification of the virt-install-cloud.sh script located at https://github.com/clauded/virt-tools
Go to file
Brie Bruns 8ba1717465 Update 'README.md' 2018-04-09 22:57:22 -06:00
.gitignore Add output dir 2018-04-09 22:49:39 -06:00
LICENSE First commit 2018-04-09 22:46:46 -06:00
README.md Update 'README.md' 2018-04-09 22:57:22 -06:00
meta-data First commit 2018-04-09 22:46:46 -06:00
user-data First commit 2018-04-09 22:46:46 -06:00
virt-install-cloud.sh First commit 2018-04-09 22:46:46 -06: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 hostname domain disk-size ramsize

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.