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/operatingsystem.rb
# Compatible kinds for this OS sorted by preferrence
def template_kinds
["PXEGrub2", "PXELinux", "PXEGrub"]
["PXELinux", "PXEGrub2", "PXEGrub"]
end
def boot_filename(host = nil)

Also available in: Unified diff