def write_configuration(self): """Write the configuration to sysroot.""" log.debug("Write zFCP configuration.") # FIXME: Move the check to blivet. if not self.is_supported(): return zfcp.write(conf.target.system_root)
def write_configuration(self): """Write the configuration to sysroot.""" log.debug("Write zFCP configuration.") zfcp.write(conf.target.system_root)
def write_configuration(self, sysroot): """Write the configuration to sysroot.""" log.debug("Write zFCP configuration to %s.", sysroot) zfcp.write(sysroot)