Add support for CentOS 7 to Makefile
This commit is contained in:
parent
bb0c56ea9c
commit
24150ee6a4
2 changed files with 2 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,6 +1,6 @@
|
||||||
UBUNTU_BOXES= precise quantal raring saucy trusty utopic vivid wily xenial
|
UBUNTU_BOXES= precise quantal raring saucy trusty utopic vivid wily xenial
|
||||||
DEBIAN_BOXES= squeeze wheezy jessie stretch sid
|
DEBIAN_BOXES= squeeze wheezy jessie stretch sid
|
||||||
CENTOS_BOXES= 6
|
CENTOS_BOXES= 6 7
|
||||||
FEDORA_BOXES= rawhide 23 22 21 20 19
|
FEDORA_BOXES= rawhide 23 22 21 20 19
|
||||||
TODAY=$(shell date -u +"%Y-%m-%d")
|
TODAY=$(shell date -u +"%Y-%m-%d")
|
||||||
|
|
||||||
|
|
|
@ -30,6 +30,7 @@ This repository contains a set of scripts for creating base boxes for usage with
|
||||||
- rawhide x86_64
|
- rawhide x86_64
|
||||||
* CentOS
|
* CentOS
|
||||||
- 6 x86_64
|
- 6 x86_64
|
||||||
|
- 7 x86_64
|
||||||
|
|
||||||
## Building the boxes
|
## Building the boxes
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue