Home
last modified time | relevance | path

Searched refs:disk_name (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/
H A Dbootimg-biosplusefi.py120 def do_install_disk(cls, disk, disk_name, creator, workdir, oe_builddir, argument
132 disk_name,
142 disk_name,
H A Dbootimg-pcbios.py51 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 Disoimage-isohybrid.py440 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 Dpluginbase.py89 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 Ddirect.py204 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)