Merge pull request #20 from fkleon/master
Add support for CentOS 7 to Makefile
This commit is contained in:
commit
e1016fe6eb
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
|
||||
DEBIAN_BOXES= squeeze wheezy jessie stretch sid
|
||||
CENTOS_BOXES= 6
|
||||
CENTOS_BOXES= 6 7
|
||||
FEDORA_BOXES= rawhide 23 22 21 20 19
|
||||
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
|
||||
* CentOS
|
||||
- 6 x86_64
|
||||
- 7 x86_64
|
||||
|
||||
## Building the boxes
|
||||
|
||||
|
|
Loading…
Reference in a new issue