Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iscsi: Fix ibft boot with network-manager module #697

Closed
wants to merge 2 commits into from

Commits on Dec 15, 2019

  1. 95iscsi: Don't generate duplicated cmdline

    Only generate rd.iscsi.ibft=1 or rd.iscsi.firmware=1 once and ensure
    they are space separated.
    
    Signed-off-by: Kairui Song <kasong@redhat.com>
    ryncsn committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    20bff62 View commit details
    Browse the repository at this point in the history
  2. 35network-legacy, 95iscsi: Move parse-ibft to 95iscsi

    Currently with 35network-manager iscsi ibft won't work because
    parse-ibft hook is only installed by 35network-legacy. Let 95iscsi
    install it instead.
    
    Signed-off-by: Kairui Song <kasong@redhat.com>
    ryncsn committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    847db2f View commit details
    Browse the repository at this point in the history