summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2011-02-17 13:38:22 +0000
committerAntoine Ginies <aginies@mandriva.com>2011-02-17 13:38:22 +0000
commita9942d0bfc8ad631305f90d55f911cb77a2776b3 (patch)
tree14713b2e6f414fded9d1a7b13107cf26bf1b10e8
parent59d02f8b7e5f276b648b601715e843f571958e51 (diff)
downloaddrakx-backup-do-not-use-a9942d0bfc8ad631305f90d55f911cb77a2776b3.tar
drakx-backup-do-not-use-a9942d0bfc8ad631305f90d55f911cb77a2776b3.tar.gz
drakx-backup-do-not-use-a9942d0bfc8ad631305f90d55f911cb77a2776b3.tar.bz2
drakx-backup-do-not-use-a9942d0bfc8ad631305f90d55f911cb77a2776b3.tar.xz
drakx-backup-do-not-use-a9942d0bfc8ad631305f90d55f911cb77a2776b3.zip
defaultFS is now ext3
-rw-r--r--perl-install/fs/type.pm2
1 files changed, 1 insertions, 1 deletions
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) }