--- pyanaconda/platform.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pyanaconda/platform.py b/pyanaconda/platform.py index f0df406..0889cdb 100644 --- a/pyanaconda/platform.py +++ b/pyanaconda/platform.py @@ -150,7 +150,7 @@ class X86(Platform): "mdarray": Platform._boot_raid_description} - _disklabel_types = ["gpt", "msdos"] + _disklabel_types = ["msdos", "gpt"] # XXX hpfs, if reported by blkid/udev, will end up with a type of None _non_linux_format_types = ["vfat", "ntfs", "hpfs"] -- 1.7.7.6 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list