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.

26 lines
573 B
Markdown

# q - lab of virtual machines with qemu
2 years ago
"q" is a script to quickly setup a lab of virtual machines to test things.
Installation:
<pre>
2 years ago
$ git clone http://git.56k.es/fanta/q ; cd q
$ chmod +x q
# cp -pRv q /bin/q
</pre>
2 years ago
Dependencies:
- qemu-system-x86_64
- qemu-system-i386
- qemu-system-sparc
2 years ago
- wget
Run first time:
2 years ago
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.
<img src="imgs/first_time.png" alt="run script first time" width="100%"/>