Comment 2 for bug 1252023

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

Reviewed: https://review.openstack.org/56836
Committed: http://github.com/openstack/diskimage-builder/commit/c9f432d45b9282e1c773cbf1258c9438548c8b47
Submitter: Jenkins
Branch: master

commit c9f432d45b9282e1c773cbf1258c9438548c8b47
Author: Chris Jones <email address hidden>
Date: Sun Nov 17 20:37:26 2013 +0000

    Split network bringup out of base ramdisk init.

    We now run the network bringup portion of the ramdisk init from an
    init.d script, thus allowing image builders to inject code into the init
    script before that point (e.g. configure network hardware).
    The environment variables used by the network bringup code are retained
    in the base init script so they can be overridden by init.d fragments.

    Change-Id: I1ef0bb21e7f26c0ff3f02266f853ce5402bcb94d
    Closes-Bug: #1252023