Comment 2 for bug 1166491

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

Reviewed: https://review.openstack.org/107636
Committed: https://git.openstack.org/cgit/openstack/diskimage-builder/commit/?id=697e771e4db7f0a1bbf218c69f146ded6315fc51
Submitter: Jenkins
Branch: master

commit 697e771e4db7f0a1bbf218c69f146ded6315fc51
Author: Sandhya Ganapathy <email address hidden>
Date: Thu Jul 17 15:22:34 2014 +0530

    Fix for host env leak into grub

    While building images in a dual boot host,
    /dev/sda is leaking into build's grub config.
    It is visible in the logs that the commands
    GRUB-INSTALL and GRUB-MKCONFIG probes Host OS environment.
    This is avoided by setting grub_disable_os_prober
    to true in /default/grub config file.

    Change-Id: I7408de7b3bc8a62f8bf103f00a88a596f988353c
    Closes-Bug: 1166491