From 7847216c7d78383af799cde8dd43ec66fe8ad32c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwenol=C3=A9=20Beauchesne?= Date: Mon, 4 Oct 2004 05:30:10 +0000 Subject: re-enable xfs on x86_64, for testing --- perl-install/fs/type.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/fs/type.pm') diff --git a/perl-install/fs/type.pm b/perl-install/fs/type.pm index 70aace58f..88d3a6fc3 100644 --- a/perl-install/fs/type.pm +++ b/perl-install/fs/type.pm @@ -22,7 +22,7 @@ my (%type_name2pt_type, %type_name2fs_type, %fs_type2pt_type, %pt_type2fs_type, 0x83 => 'ext2', 'Linux native', 0x83 => 'ext3', 'Journalised FS: ext3', 0x83 => 'reiserfs', 'Journalised FS: ReiserFS', -if_(arch() =~ /ppc|i.86|ia64/, +if_(arch() =~ /ppc|i.86|ia64|x86_64/, 0x83 => 'xfs', 'Journalised FS: XFS', ), if_(arch() =~ /ppc|i.86/, -- cgit v1.2.1