summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGwenolé Beauchesne <gbeauchesne@mandriva.org>2001-09-25 16:03:39 +0000
committerGwenolé Beauchesne <gbeauchesne@mandriva.org>2001-09-25 16:03:39 +0000
commit069f9e40cf61450ed7fa251d3eb2e4e76d0d36a6 (patch)
tree68812c7ea10646f94208be2927edb1145a4a404f
parent3436a93d538c9c3df7da0da049544bed408b2d34 (diff)
downloaddrakx-backup-do-not-use-069f9e40cf61450ed7fa251d3eb2e4e76d0d36a6.tar
drakx-backup-do-not-use-069f9e40cf61450ed7fa251d3eb2e4e76d0d36a6.tar.gz
drakx-backup-do-not-use-069f9e40cf61450ed7fa251d3eb2e4e76d0d36a6.tar.bz2
drakx-backup-do-not-use-069f9e40cf61450ed7fa251d3eb2e4e76d0d36a6.tar.xz
drakx-backup-do-not-use-069f9e40cf61450ed7fa251d3eb2e4e76d0d36a6.zip
- Add ReiserFS and Ext3fs entries for IA-64
-rw-r--r--perl-install/partition_table.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/perl-install/partition_table.pm b/perl-install/partition_table.pm
index 4577e1d28..b35694222 100644
--- a/perl-install/partition_table.pm
+++ b/perl-install/partition_table.pm
@@ -17,6 +17,7 @@ use log;
@important_types = ('Linux native', 'Linux swap',
if_(arch() =~ /i.86/, 'Journalised FS: ext3', 'Journalised FS: ReiserFS', 'Journalised FS: JFS', 'Journalised FS: XFS', 'DOS FAT16', 'Win98 FAT32'),
+ if_(arch() =~ /ia64/, 'Journalised FS: ext3', 'Journalised FS: ReiserFS'),
if_(arch() =~ /ppc/, 'Apple HFS Partition', 'Apple Bootstrap'));
@important_types2 = ('Linux RAID', 'Linux Logical Volume Manager partition');
@@ -35,6 +36,9 @@ if_(arch() =~ /^ppc/,
0x283 => 'Journalised FS: XFS',
0x383 => 'Journalised FS: JFS',
0x483 => 'Journalised FS: ext3',
+), if_(arch() =~ /^ia64/,
+ 0x183 => 'Journalised FS: ReiserFS',
+ 0x483 => 'Journalised FS: ext3',
), if_(arch() =~ /^sparc/,
0x1 => 'SunOS boot',
0x2 => 'SunOS root',