From e436659e8dfad7f42bf886aeba012b3e546f9e53 Mon Sep 17 00:00:00 2001 From: Dan Radez Date: Tue, 17 Nov 2015 14:22:42 -0500 Subject: updates and fixes to the iso build - adding isohybrid so isos can be written to a USB - adding base group to yum comps file for iso install Change-Id: I3a8bda84b1a704f01e433f43533e63452f1a6e83 --- build/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build/Makefile') diff --git a/build/Makefile b/build/Makefile index 109521c6..1a99637e 100644 --- a/build/Makefile +++ b/build/Makefile @@ -148,10 +148,12 @@ iso: build-clean instack.qcow2 rpm $(ISOCACHE) # modify the installer iso's contents @cp -f isolinux.cfg centos/isolinux/isolinux.cfg @cp $(APEXRPM) centos/Packages + cd centos/Packages && yumdownloader openvswitch # regenerate yum repo data @echo "Generating new yum metadata" createrepo --update -g ../c7-opnfv-x86_64-comps.xml centos # build the iso @echo "Building OPNFV iso" mkisofs -b isolinux/isolinux.bin -no-emul-boot -boot-load-size 4 -boot-info-table -V "OPNFV CentOS 7 x86_64" -R -J -v -T -o $(NEWISO) centos + isohybrid $(NEWISO) @printf "\n\nISO is built at $(NEWISO)\n\n" -- cgit 1.2.3-korg