From 4c98a1614a08ee5103d4591b7cce7731feb65742 Mon Sep 17 00:00:00 2001 From: Dan Radez Date: Tue, 28 Jun 2016 16:04:45 -0400 Subject: ISO missing ipxe roms package JIRA: APEX-157 Change-Id: I5feeec1472f58f1747054d7bb04c20274653594c Signed-off-by: Dan Radez --- build/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'build/Makefile') diff --git a/build/Makefile b/build/Makefile index f599f42f..0763d361 100644 --- a/build/Makefile +++ b/build/Makefile @@ -264,6 +264,7 @@ iso: iso-clean images rpms $(CENTISO) cd centos/Packages && yumdownloader python34-libs cd centos/Packages && yumdownloader python34-yaml cd centos/Packages && yumdownloader python34-setuptools + cd centos/Packages && yumdownloader ipxe-roms-qemu cd centos/Packages && curl -O https://radez.fedorapeople.org/python34-markupsafe-0.23-9.el7.centos.x86_64.rpm cd centos/Packages && curl -O https://radez.fedorapeople.org/python3-jinja2-2.8-5.el7.centos.noarch.rpm # regenerate yum repo data -- cgit 1.2.3-korg