aboutsummaryrefslogtreecommitdiffstats
path: root/virtualenv
Commit message (Collapse)AuthorAgeFiles
* virtualenv: don't let SPICE listen on a socket.Guilhem Moulin2017-05-301
|
* Use better defaults for VMs.Guilhem Moulin2015-06-071
|
* wibbleGuilhem Moulin2015-06-071
|
* Enable generation of HDD images.Guilhem Moulin2015-06-071
| | | | | This is only useful for older BIOSes, that don't support hybrid ISO which can otherwise be burnt onto USB key as well.
* wibbleGuilhem Moulin2015-06-071
|
* Reformulate the headers showing the license.Guilhem Moulin2015-06-071
| | | | | To be clearer, and to follow the recommendation of the FSF, we include a full header rather than a single sentence.
* Refactored 'virt' shell script.Guilhem Moulin2015-06-071
|
* wibbleGuilhem Moulin2015-06-071
| | | | | Replaced [ -n "$string" ] with [ "$string" ], and [ -z "$string" ] with [ ! "$string" ].
* Use fixed IPs for the new virtual hosts.Guilhem Moulin2015-06-071
| | | | | | Each new VM is attributed a fresh static IPv4 (uniqueness is guaranteed by merely incrementing the /24), and DNS entries are added libvirt's dnsmasq instance.
* Reorganization.Guilhem Moulin2015-06-071
Move preseed-related stuff in ./preseed/, and vm-related stuff in ./virtualenv/.