Searched refs:_create_partition (Results 1 – 1 of 1) sorted by relevance
/openbmc/openbmc/poky/scripts/lib/wic/plugins/imager/ |
H A D | direct.py | 503 def _create_partition(self, device, parttype, fstype, start, size): member in PartitionedImage 577 self._create_partition(self.path, "extended", 602 self._create_partition(self.path, part.type, 609 self._create_partition(mbr_path, "primary", 666 self._create_partition(mbr_path, "primary", "fat32", 1, GPT_OVERHEAD)
|