diff options
author | Dan Radez <dradez@redhat.com> | 2016-06-28 16:04:45 -0400 |
---|---|---|
committer | Dan Radez <dradez@redhat.com> | 2016-06-28 22:38:25 -0400 |
commit | 4c98a1614a08ee5103d4591b7cce7731feb65742 (patch) | |
tree | e46ff0e5545244d32cc8c93ef26a9769884cf126 /build/Makefile | |
parent | 2840a7db67fdaf58567c195557c6fb8ee38f73bd (diff) |
ISO missing ipxe roms package
JIRA: APEX-157
Change-Id: I5feeec1472f58f1747054d7bb04c20274653594c
Signed-off-by: Dan Radez <dradez@redhat.com>
Diffstat (limited to 'build/Makefile')
-rw-r--r-- | build/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |