Skip to content

Commit

Permalink
Fixes #37343 - Fix the ks param deprecation warning for rhel 8
Browse files Browse the repository at this point in the history
  • Loading branch information
girijaasoni authored and stejskalleos committed Apr 16, 2024
1 parent 98d3bf5 commit 7d5fb02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ description: |

# tell Anaconda what to pass off to kickstart server
# both current and legacy syntax provided
if (is_fedora && os_major >= 33) || (rhel_compatible && os_major >= 9)
if (is_fedora && os_major >= 33) || (rhel_compatible && os_major >= 8)
if subnet4 && !subnet4.dhcp_boot_mode?
options.push("inst.ks=#{foreman_url('provision', static: '1').gsub("&", "\\\\&")}")
elsif subnet6 && !subnet6.dhcp_boot_mode?
Expand Down

0 comments on commit 7d5fb02

Please sign in to comment.