diff options
author | Antoine Ginies <aginies@mandriva.com> | 2011-02-17 13:38:22 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2011-02-17 13:38:22 +0000 |
commit | a9942d0bfc8ad631305f90d55f911cb77a2776b3 (patch) | |
tree | 14713b2e6f414fded9d1a7b13107cf26bf1b10e8 | |
parent | 59d02f8b7e5f276b648b601715e843f571958e51 (diff) | |
download | drakx-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.pm | 2 |
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) } |