Comment 14 for bug 1540862

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

Reviewed: https://review.openstack.org/288333
Committed: https://git.openstack.org/cgit/openstack/fuel-main/commit/?id=9114053378be00cd4d94d849ffc07903f407153e
Submitter: Jenkins
Branch: master

commit 9114053378be00cd4d94d849ffc07903f407153e
Author: Dmitry Teselkin <email address hidden>
Date: Fri Mar 4 12:33:24 2016 +0300

    Fix anaconda boot parameters

    Anaconda boot parameters have been changed some time ago:
    * 'repo' and 'ks' deprecated, use 'inst.repo' and 'inst.ks' instead
    * 'harddrive' means "find and .iso file on partition and mount" and
      doesn't work correctly for USB boot

    Because of these changes we should use 'inst.repo=cdrom:...' and
    'inst.ks=cdrom:...' in 3rd boot option (USB boot). However, in that
    case the 1st and 3rd boot options can be combined together. This
    simplifies boot menu and QA framework.

    Change-Id: I52aa93c605fbfcd2acdd5ef2bd343516254f615e
    Closes-bug: #1540862