summaryrefslogtreecommitdiffstats
path: root/perl-install/fs
diff options
context:
space:
mode:
authorGwenolé Beauchesne <gbeauchesne@mandriva.org>2004-10-04 05:30:10 +0000
committerGwenolé Beauchesne <gbeauchesne@mandriva.org>2004-10-04 05:30:10 +0000
commit7847216c7d78383af799cde8dd43ec66fe8ad32c (patch)
tree73d2aacc285ed0f25866e06ab806c7d7e6a067d1 /perl-install/fs
parent0aeb6db6e1cf9b2085bf48d383dd1976d77c3fc5 (diff)
downloaddrakx-backup-do-not-use-7847216c7d78383af799cde8dd43ec66fe8ad32c.tar
drakx-backup-do-not-use-7847216c7d78383af799cde8dd43ec66fe8ad32c.tar.gz
drakx-backup-do-not-use-7847216c7d78383af799cde8dd43ec66fe8ad32c.tar.bz2
drakx-backup-do-not-use-7847216c7d78383af799cde8dd43ec66fe8ad32c.tar.xz
drakx-backup-do-not-use-7847216c7d78383af799cde8dd43ec66fe8ad32c.zip
re-enable xfs on x86_64, for testing
Diffstat (limited to 'perl-install/fs')
-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 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/,