Install seabios-bin on rhel7

Without the files in the seabios-bin package Nova instances on rhel7
fail to start with an error about missing rom files.

Change-Id: I50b28e7a3564819d22e20854fd28d2fca48c0245
This commit is contained in:
Ben Nemec 2014-09-16 20:14:11 -05:00
parent 4511b2566c
commit fc3073b5ae
1 changed files with 5 additions and 0 deletions

View File

@ -19,3 +19,8 @@ else
echo "Unsupported libvirtd/libvirt-bin configuration."
exit 1
fi
if [ "$DISTRO_NAME" = "rhel7" ]; then
# Without seabios-bin Nova instances fail to start
install-packages seabios-bin
fi