Searched refs:ptable_format (Results 1 – 3 of 3) sorted by relevance
68 self.ptable_format = self.ks.bootloader.ptable79 self._image = PartitionedImage(image_path, self.ptable_format,266 elif part.label and self.ptable_format != 'msdos':303 def __init__(self, path, ptable_format, partitions, native_sysroot=None, extra_space=0): argument314 self.ptable_format = ptable_format # Partition table format345 if self.ptable_format == 'msdos' and realnum > 3 and num_real_partitions > 4:353 if self.ptable_format in ('gpt', 'gpt-hybrid'):388 logger.debug("Assigning %s partitions to disks", self.ptable_format)398 if self.ptable_format == 'msdos' and part.part_name:402 if self.ptable_format == 'msdos' and part.part_type:[all …]
59 if creator.ptable_format == 'msdos':61 elif creator.ptable_format == 'gpt':65 creator.ptable_format)
181 - Added new ``gpt-hybrid`` option to ``ptable_format`` (formatting a disk with a hybrid