diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-09-16 12:00:27 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-09-16 12:00:27 +0100 |
| commit | 3a60d670804c4ba66a10c36a20c20e2657a8576a (patch) | |
| tree | a27151609b8e4f5d72a32fa2e1d6fa7b85092152 | |
| parent | 9fe74492045fc7f3ef15c1c7093261fc283a1371 (diff) | |
Add fedora 24 VMs to cdistvm.
| -rwxr-xr-x | cdistvm | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -65,7 +65,10 @@ ports = { 'fedora-22-32': 2000, 'fedora-22-64': 2001, 'fedora-23-32': 2002, 'fedora-23-64': 2003, - 'arch-64': 2004 } + 'arch-64': 2004, + 'fedora-24-32': 2005, + 'fedora-24-64': 2006, + } vbox = subprocess.Popen('vboxheadless --startvm %s' % args.target, shell=True) |
