Comment 11 for bug 1540862

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to fuel-qa (master)

Reviewed: https://review.openstack.org/288007
Committed: https://git.openstack.org/cgit/openstack/fuel-qa/commit/?id=c7a3b2d4f9a1f5cbbe0e0c2267f4d8064cb7150d
Submitter: Jenkins
Branch: master

commit c7a3b2d4f9a1f5cbbe0e0c2267f4d8064cb7150d
Author: Maksym Strukov <email address hidden>
Date: Thu Mar 3 19:46:36 2016 +0200

    Fix inst.repo / inst.ks kernel parameters for Anaconda for USB boot

    Adjusted as hd:LABEL:/ source are not suitable for installation from
    usb drive because Anaconda searching for ISO file with repo.
    Installation will fail if iso file can't be found. So we
    change `repo` to cdrom:OpenStack_Fuel:/ and `ks` to
    cdrom:OpenStack_Fuel:/ks.cfg both for cdrom and usb installation.

    Also `repo` and `ks` kernel parameters changed to `inst.repo` and `inst.ks`

    Change-Id: Icaf51417daa2426aa3714daa7a38d3c18b989de6
    Related-Bug: #1540862