diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-11-09 15:59:39 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-11-09 15:59:39 +0000 |
commit | ab18bd5253ea6b8edcc72f176566505e9ba84390 (patch) | |
tree | 78f959fa158974381055d796e23b7a320aa83c52 /perl-install/partition_table.pm | |
parent | c3b5ff8158ed25327e34de957573b8c17b80b0eb (diff) | |
download | drakx-ab18bd5253ea6b8edcc72f176566505e9ba84390.tar drakx-ab18bd5253ea6b8edcc72f176566505e9ba84390.tar.gz drakx-ab18bd5253ea6b8edcc72f176566505e9ba84390.tar.bz2 drakx-ab18bd5253ea6b8edcc72f176566505e9ba84390.tar.xz drakx-ab18bd5253ea6b8edcc72f176566505e9ba84390.zip |
no_comment
Diffstat (limited to 'perl-install/partition_table.pm')
-rw-r--r-- | perl-install/partition_table.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/partition_table.pm b/perl-install/partition_table.pm index 652f3f81f..094481c3a 100644 --- a/perl-install/partition_table.pm +++ b/perl-install/partition_table.pm @@ -16,7 +16,7 @@ use partition_table_raw; use Data::Dumper; -@important_types = ("Linux native", "Linux swap", "DOS FAT16", "Win98 FAT32"); +@important_types = ('Linux native', 'Linux swap', 'DOS FAT16', 'Win98 FAT32', 'Linux RAID'); @fields2save = qw(primary extended totalsectors); @@ -132,7 +132,7 @@ my %types = ( 0xf2 => 'DOS 3.3+ secondary partition', 0xf4 => 'SpeedStor large partition / Prologue single-volume partition', 0xf5 => 'Prologue multi-volume partition', - 0xfd => 'Linux raid partition with autodetect using persistent superblock', + 0xfd => 'Linux RAID', 0xfe => 'SpeedStor > 1024 cyl. or LANstep / IBM PS/2 IML (Initial Microcode Load) partition, located at the end of the disk. / Windows NT Disk Administrator hidden partition / Linux Logical Volume Manager partition (old)', 0xff => 'Xenix Bad Block Table', ); |