APEX: update ipxe-rom-qemu package for multiple virtio nic pxe boot 85/15485/1
authorFeng Pan <fpan@redhat.com>
Tue, 14 Jun 2016 02:16:32 +0000 (22:16 -0400)
committerFeng Pan <fpan@redhat.com>
Tue, 14 Jun 2016 02:17:30 +0000 (22:17 -0400)
Change-Id: I05cb9a725d578361eab8ad213378772c9cb6d23f
Signed-off-by: Feng Pan <fpan@redhat.com>
jjb/apex/apex-deploy.sh

index 47ec572..b0ff7bd 100755 (executable)
@@ -95,6 +95,10 @@ if [[ "$BUILD_DIRECTORY" == *verify* ]]; then
       fi
     done
 
+    # Make sure ipxe-roms-qemu package is updated to latest.
+    # This package is needed for multi virtio nic PXE boot in virtual environment.
+    sudo yum update -y ipxe-roms-qemu
+
     if [ -z ${PYTHONPATH:-} ]; then
         export PYTHONPATH=${WORKSPACE}/lib/python
     else