Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
technekey authored Jun 29, 2022
1 parent fb3dca2 commit a5273f4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ I have a simple shell script called virth-install-with-cloud-init.sh to automate

The script is escpically helpful, when you want to spawn multiple VM with a pre-defined configuration in cloud-init form. TLDR, the script is a wrapper of what is described [HERE](https://technekey.com/create-virtual-machines-using-virt-installlibvert-with-cloud-init/).
It takes < 1 minute to boot and configure using cloud-init if the image is already present on your machine.

**See the pre-requsites and assumptions** [HERE](https://technekey.com/create-virtual-machines-using-virt-installlibvert-with-cloud-init/)

```
See the pre-requsites and assumptions [HERE](https://technekey.com/create-virtual-machines-using-virt-installlibvert-with-cloud-init/)
bash virth-install-with-cloud-init.sh -n <VM-NAME> \
-f </PATH/TO/CLOUD-INIT-FILE> \
-i <CLOUD-IMAGE-DOWNLOAD-URL> \
Expand Down

0 comments on commit a5273f4

Please sign in to comment.