Searched refs:disk_name (Results 1 – 5 of 5) sorted by relevance
| /openbmc/openbmc/poky/scripts/lib/wic/plugins/source/ |
| H A D | bootimg-biosplusefi.py | 120 def do_install_disk(cls, disk, disk_name, creator, workdir, oe_builddir, argument 132 disk_name, 142 disk_name,
|
| H A D | bootimg-pcbios.py | 51 def do_install_disk(cls, disk, disk_name, creator, workdir, oe_builddir, argument 72 full_path = creator._full_path(workdir, disk_name, "direct") 74 disk_name, full_path, disk.min_size)
|
| H A D | isoimage-isohybrid.py | 440 def do_install_disk(cls, disk, disk_name, creator, workdir, oe_builddir, argument 449 full_path = creator._full_path(workdir, disk_name, "direct") 450 full_path_iso = creator._full_path(workdir, disk_name, "iso")
|
| /openbmc/openbmc/poky/scripts/lib/wic/ |
| H A D | pluginbase.py | 89 def do_install_disk(cls, disk, disk_name, creator, workdir, oe_builddir, argument 96 logger.debug("SourcePlugin: do_install_disk: disk: %s", disk_name)
|
| /openbmc/openbmc/poky/scripts/lib/wic/plugins/imager/ |
| H A D | direct.py | 204 disk_name = self.parts[0].disk 207 plugin.do_install_disk(self._image, disk_name, self, self.workdir, 214 logger.debug("Generating bmap file for %s", disk_name) 221 logger.debug("Compressing disk %s with %s", disk_name, self.compressor)
|