script which permit me to launch all my vm thanks to qemu
Find a file
2024-01-31 20:15:28 +00:00
LICENSE Initial commit 2024-01-13 16:06:29 +01:00
README.md improvment of README, add in usage the parametter -l,--list to list all availables vm, check if the main location for the vm exists, in case it did not exists quit with exit code 0 2024-01-31 20:15:28 +00:00
ssh-local.sh applied some corrections 2024-01-22 00:44:36 +00:00
vm-start.sh improvment of README, add in usage the parametter -l,--list to list all availables vm, check if the main location for the vm exists, in case it did not exists quit with exit code 0 2024-01-31 20:15:28 +00:00

vm-start

Description:

script which permit to launch easily some virtual machines via qemu

Dependencies:

  • qemu full installation

Usage:

to get some help;

vm-start --help

to list all vm already configured

vm-start --list

to create a new vm

vm-strart <nom_de_la_vm> create create_disk=<location_of_iso_file>

you can of course add options like uefi to tun in uefi mode, or nproc=<nb_proc> to select a number of processors.

If you go to the conf folder created the first time you launch the script, you will find all configured variables for each of your vm.