diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-08-16 06:59:52 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-08-16 06:59:52 +0000 |
commit | 54d330767353e7c33312149160365b5c4c3f604b (patch) | |
tree | c04937adb0a0be8cebd19b9087feec9bdd74fb45 /perl-install/fs | |
parent | afcc3f3c046bfba57ac53d3367bbbad035c5136b (diff) | |
download | drakx-54d330767353e7c33312149160365b5c4c3f604b.tar drakx-54d330767353e7c33312149160365b5c4c3f604b.tar.gz drakx-54d330767353e7c33312149160365b5c4c3f604b.tar.bz2 drakx-54d330767353e7c33312149160365b5c4c3f604b.tar.xz drakx-54d330767353e7c33312149160365b5c4c3f604b.zip |
add reiser4 to the true_local_fs_types()
Diffstat (limited to 'perl-install/fs')
-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 ca227d126..87fb01476 100644 --- a/perl-install/fs/type.pm +++ b/perl-install/fs/type.pm @@ -310,7 +310,7 @@ sub type_subpart_from_magic { $p; } -sub true_local_fs_types() { qw(ext3 ext2 reiserfs xfs jfs) } +sub true_local_fs_types() { qw(ext3 ext2 reiserfs reiser4 xfs jfs) } sub isEmpty { !$_[0]{fs_type} && $_[0]{pt_type} == 0 } sub isEfi { arch() =~ /ia64/ && $_[0]{pt_type} == 0xef } |