diff --git a/app/views/unattended/provisioning_templates/snippet/kickstart_kernel_options.erb b/app/views/unattended/provisioning_templates/snippet/kickstart_kernel_options.erb index 62ac57fc748..bd5bad4c7ec 100644 --- a/app/views/unattended/provisioning_templates/snippet/kickstart_kernel_options.erb +++ b/app/views/unattended/provisioning_templates/snippet/kickstart_kernel_options.erb @@ -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?