Project

General

Profile

« Previous | Next » 

Revision 4e205ba1

Added by Ewoud Kohl van Wijngaarden 8 months ago

Fixes #36723 - Remove Fedora/Red Hat Atomic related code

As far as I can see this has been EOL for a few years now. Red Hat
Atomic went EOL in 2021.

View differences:

app/views/unattended/provisioning_templates/snippet/kickstart_kernel_options.erb
end
end
# optional repository for Atomic
if @host.operatingsystem.name.match(/Atomic/i)
options.push("inst.repo=#{medium_uri}")
end
if @host.operatingsystem.name.match(/Atomic/i) || host_param('kickstart_liveimg')
if host_param('kickstart_liveimg')
options.push("inst.stage2=#{medium_uri}")
end

Also available in: Unified diff