Project

General

Profile

Download (252 Bytes) Statistics
| Branch: | Tag: | Revision:
1b8c5c90 Antony Perigault
class Gentoo < Operatingsystem

PXEFILES = {}

def mediumpath host
end

def pxe_type
end

def pxedir
end

def url_for_boot(file)
end

48a65101 Greg Sutcliffe
def display_family
"Gentoo"
end
95a66717 Marek Hulan
def self.model_name
superclass.model_name
end

1b8c5c90 Antony Perigault
end