def make_partial_configuration(self, filename): return Configuration.CorebootPartialConfiguration(self, filename)
def make_std_configuration(self, basename): return Configuration.CorebootStdConfiguration(self, basename)
def make_std_configuration(self, basename): return Configuration.BusyboxStdConfiguration(self, basename)
def make_configuration(self, basename, nth): return Configuration.CorebootConfiguration(self, basename, nth)
def make_partial_configuration(self, filename): return Configuration.BusyboxPartialConfiguration(self, filename)
def make_configuration(self, basename, nth): return Configuration.BusyboxConfiguration(self, basename, nth)
def make_std_configuration(self, basename): return Configuration.LinuxStdConfiguration(self, basename)
def make_configuration(self, basename, nth): return Configuration.LinuxConfiguration(self, basename, nth)
def make_configuration(self, basename, nth): return Configuration.BareConfiguration(self, basename, nth)