Comment 2 for bug 2023486

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

Reviewed: https://review.opendev.org/c/starlingx/utilities/+/885877
Committed: https://opendev.org/starlingx/utilities/commit/eefc2de70cc022304ba64fa8aa44b47a47443f70
Submitter: "Zuul (22348)"
Branch: master

commit eefc2de70cc022304ba64fa8aa44b47a47443f70
Author: Eric MacDonald <email address hidden>
Date: Mon Jun 12 13:27:48 2023 +0000

    Update update-iso.sh script with Debian network interface setup example

    The functional changes made to update-iso.sh over the transition from
    CentOS to Debian did not change the example in the tool's help output.

    This update modifies the network setup example in the update-iso.sh
    script to reflect the method used in Debian.

    Test Plan: Create a ks-addon.cfg script and add it to the iso
               using the update-iso.sh script.

    PASS: Run the update-iso.sh to add the ks-addon.cfg file
    PASS: Verify help output content and format
    PASS: Verify addon execution and interface file setup over USB install
    PASS: Verify addon execution and interface setup over pxeboot install
          ... with pxeboot addon support added to the kickstart
    PASS: Verify network scripts created properly on install
    PASS: Verify networking automatically setup over post install reboot
          ... using the example provided in this update

    Closes-Bug: 2023486
    Change-Id: I42d13c1ef0ad12b435c52c1bb312a21f30cf7fcd
    Signed-off-by: Eric MacDonald <email address hidden>