Comment 2 for bug 1627000

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to diskimage-builder (master)

Reviewed: https://review.openstack.org/375430
Committed: https://git.openstack.org/cgit/openstack/diskimage-builder/commit/?id=93425d14ce251139e0518a3a9533506dd1615f97
Submitter: Jenkins
Branch: master

commit 93425d14ce251139e0518a3a9533506dd1615f97
Author: Jiri Stransky <email address hidden>
Date: Fri Sep 23 14:09:02 2016 +0200

    Fix grub installation for RHEL

    Grub is first removed and then installed during RHEL image building. The
    grub2 package typically requires the same version of grub2-tools, so if
    we just remove and install the grub2 package, the installation can
    potentially fail on being out of sync with grub2-tools version. Removing
    and reinstalling both packages fixes this issue. Those packages are
    already in package map for RHEL as "grub-pc", so we can use this alias.

    Change-Id: Iefd9c17fffd43de3fea260510ad218b1322eecb3
    Closes-Bug: #1627000