diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-08-08 15:21:36 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-08-08 15:21:36 +0000 |
commit | 24ac651dc5192f912b508d0fc280cc38baa8eaf6 (patch) | |
tree | 620b6420b7a191e5d45e789371cdbf0a6526771d | |
parent | de4c7096b80c6509526f888f36d46e30e10d902c (diff) | |
download | drakx-backup-do-not-use-24ac651dc5192f912b508d0fc280cc38baa8eaf6.tar drakx-backup-do-not-use-24ac651dc5192f912b508d0fc280cc38baa8eaf6.tar.gz drakx-backup-do-not-use-24ac651dc5192f912b508d0fc280cc38baa8eaf6.tar.bz2 drakx-backup-do-not-use-24ac651dc5192f912b508d0fc280cc38baa8eaf6.tar.xz drakx-backup-do-not-use-24ac651dc5192f912b508d0fc280cc38baa8eaf6.zip |
disable XFS as we don't have it in the kernel
-rw-r--r-- | perl-install/partition_table.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/partition_table.pm b/perl-install/partition_table.pm index b7b5b7658..687495fc5 100644 --- a/perl-install/partition_table.pm +++ b/perl-install/partition_table.pm @@ -34,7 +34,7 @@ arch() =~ /^ppc/ ? ( 0x402 => 'Apple HFS Partition', ) : arch() =~ /^i.86/ ? ( 0x183 => 'Journalised FS: ReiserFS', - 0x283 => 'Journalised FS: XFS', +# 0x283 => 'Journalised FS: XFS', 0x383 => 'Journalised FS: JFS', 0x483 => 'Journalised FS: ext3', ) : arch() =~ /^sparc/ ? ( |