示例#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)
示例#2
0
文件: zfcp.py 项目: lyj7890/anaconda
 def write_configuration(self):
     """Write the configuration to sysroot."""
     log.debug("Write zFCP configuration.")
     zfcp.write(conf.target.system_root)
示例#3
0
 def write_configuration(self, sysroot):
     """Write the configuration to sysroot."""
     log.debug("Write zFCP configuration to %s.", sysroot)
     zfcp.write(sysroot)
示例#4
0
文件: zfcp.py 项目: rvykydal/anaconda
 def write_configuration(self, sysroot):
     """Write the configuration to sysroot."""
     log.debug("Write zFCP configuration to %s.", sysroot)
     zfcp.write(sysroot)