From a9942d0bfc8ad631305f90d55f911cb77a2776b3 Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Thu, 17 Feb 2011 13:38:22 +0000 Subject: defaultFS is now ext3 --- perl-install/fs/type.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/fs/type.pm b/perl-install/fs/type.pm index bb90bdfe1..40eef474a 100644 --- a/perl-install/fs/type.pm +++ b/perl-install/fs/type.pm @@ -311,7 +311,7 @@ sub type_subpart_from_magic { $p; } -sub defaultFS { 'ext4' } +sub defaultFS { 'ext3' } sub true_local_fs_types() { qw(btrfs ext3 ext2 ext4 reiserfs reiser4 xfs jfs) } -- cgit v1.2.1