--- storage/formats/__init__.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/storage/formats/__init__.py b/storage/formats/__init__.py index c097e14..93272db 100644 --- a/storage/formats/__init__.py +++ b/storage/formats/__init__.py @@ -43,7 +43,7 @@ def register_device_format(fmt_class): fmt_class._type)) default_fstypes = ("ext4", "ext3", "ext2") -default_boot_fstypes = ("ext3", "ext2") +default_boot_fstypes = ("ext4", "ext3", "ext2") def get_default_filesystem_type(boot=None): if boot: fstypes = default_boot_fstypes -- 1.6.1 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list