Esempio n. 1
0
    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)
Esempio n. 2
0
 def write_configuration(self):
     """Write the configuration to sysroot."""
     log.debug("Write zFCP configuration.")
     zfcp.write(conf.target.system_root)
Esempio n. 3
0
 def write_configuration(self, sysroot):
     """Write the configuration to sysroot."""
     log.debug("Write zFCP configuration to %s.", sysroot)
     zfcp.write(sysroot)
Esempio n. 4
0
 def write_configuration(self, sysroot):
     """Write the configuration to sysroot."""
     log.debug("Write zFCP configuration to %s.", sysroot)
     zfcp.write(sysroot)