Skip to content

Commit

Permalink
Fixes #38168 - Add hostname parameter to kickstart kernel params
Browse files Browse the repository at this point in the history
  • Loading branch information
ShimShtein committed Jan 28, 2025
1 parent 74ddd88 commit 3ab2648
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ description: |
}
end

options.push("dbus.hostname=#{hostname}")

# bond
if iface.bond? && rhel_compatible && os_major >= 6
bond_slaves = iface.attached_devices_identifiers.join(',')
Expand Down

0 comments on commit 3ab2648

Please sign in to comment.