A python3 script to quickly setup a virtual machine lab
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fanta 62811d99b4 text 2 years ago
imgs first time img 2 years ago
LICENSE Initial commit 2 years ago
README.md text 2 years ago
q no check certificate 2 years ago

README.md

q - lab of virtual machines with qemu

"q" is a script to quickly setup a lab of virtual machines to test things.

Installation:

$ git clone http://git.56k.es/fanta/q ; cd q
$ chmod +x q
# cp -pRv q /bin/q

Dependencies:

  • qemu-system-x86_64
  • qemu-system-i386
  • qemu-system-sparc
  • wget

Run first time:

The first time we run "q" it will download the isos from a large list of different GNU+Linux distributions. It may take a long time to download the files. Please be patient.

run script first time

Example: Install and run a Rocky Linux 8.6 distro

Install virtual machine:

$ cd ~/vms/rocky-8.6-x86_64
$ bash install.sh

Start virtual machine:

$ bash start.sh

Enjoy ! Kind regards.