Searched refs:ptable_format (Results 1 – 3 of 3) sorted by relevance
68 self.ptable_format = self.ks.bootloader.ptable314 self.ptable_format = ptable_format # Partition table format411 if self.ptable_format == "msdos":419 if self.ptable_format == "msdos":497 if self.ptable_format in ("gpt", "gpt-hybrid"):524 def _make_disk(self, device, ptable_format, min_size): argument534 if self.ptable_format in ('gpt', 'gpt-hybrid'):546 "gpt" if self.ptable_format == "gpt-hybrid" else self.ptable_format,552 if self.ptable_format == "gpt-hybrid":650 if part.hidden and self.ptable_format == "gpt":[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