Project

General

Profile

« Previous | Next » 

Revision b7fc06c4

Added by Lukas Zapletal almost 6 years ago

Fixes #23930 - PXELinux loader is now preferred

View differences:

app/models/concerns/pxe_loader_support.rb
:PXEGrub2 => /^(grub2|Grub2).*/
}.with_indifferent_access.freeze
# preference order is defined in Operatingsystem#template_kinds
PREFERRED_KINDS = {
:PXEGrub2 => "Grub2 UEFI",
:PXELinux => "PXELinux BIOS",
:PXEGrub2 => "Grub2 UEFI",
:PXEGrub => "Grub UEFI"
}.with_indifferent_access.freeze

Also available in: Unified diff