Project

General

Profile

Download (225 Bytes) Statistics
| Branch: | Tag: | Revision:
class Rancheros < Operatingsystem
PXEFILES = {:kernel => 'vmlinuz', :initrd => 'initrd'}

def pxe_type
'rancheros'
end

def mediumpath(medium_provider)
''
end

def display_family
'RancherOS'
end
end
(11-11/18)