Merge pull request #20 from fkleon/master

Add support for CentOS 7 to Makefile
This commit is contained in:
Michael Adam 2016-08-16 09:12:09 +02:00 committed by GitHub
commit e1016fe6eb
2 changed files with 2 additions and 1 deletions

View File

@ -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")

View File

@ -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