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/discovery/ubuntu_kexec.erb
options << 'ramdisk_size=1500000'
options << 'fsck.mode=skip'
options << 'cloud-config-url=/dev/null'
options << "inst.stage2=#{@host.operatingsystem.medium_uri(@host)}" if @host.operatingsystem.name.match(/Atomic/i)
-%>
{
"kernel": "<%= @kernel_uri %>",

Also available in: Unified diff