From 54d330767353e7c33312149160365b5c4c3f604b Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 16 Aug 2005 06:59:52 +0000 Subject: add reiser4 to the true_local_fs_types() --- perl-install/fs/type.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/fs') 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 } -- cgit v1.2.1