From 24150ee6a4347501ec1ed953cdfcc3c9d6bc68f5 Mon Sep 17 00:00:00 2001 From: Frederik Leonhardt Date: Mon, 15 Aug 2016 14:43:55 +1200 Subject: [PATCH] Add support for CentOS 7 to Makefile --- Makefile | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d8b38cb..6b36823 100644 --- a/Makefile +++ b/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") diff --git a/README.md b/README.md index 831dfd9..d0116fd 100644 --- a/README.md +++ b/README.md @@ -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