diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-07-29 15:18:54 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-07-29 15:18:54 +0000 |
commit | 88a07c82cece62903ae68e1e2c482d810bbf8560 (patch) | |
tree | 5eee08b842d20f111fc82bba2e42425e253e8a50 /perl-install/partition_table.pm | |
parent | 5dc2835bfbf1f53ad51ba540f4423c22cc94b26c (diff) | |
download | drakx-backup-do-not-use-88a07c82cece62903ae68e1e2c482d810bbf8560.tar drakx-backup-do-not-use-88a07c82cece62903ae68e1e2c482d810bbf8560.tar.gz drakx-backup-do-not-use-88a07c82cece62903ae68e1e2c482d810bbf8560.tar.bz2 drakx-backup-do-not-use-88a07c82cece62903ae68e1e2c482d810bbf8560.tar.xz drakx-backup-do-not-use-88a07c82cece62903ae68e1e2c482d810bbf8560.zip |
no_comment
Diffstat (limited to 'perl-install/partition_table.pm')
-rw-r--r-- | perl-install/partition_table.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/partition_table.pm b/perl-install/partition_table.pm index 1986e4dd9..a9f20cd10 100644 --- a/perl-install/partition_table.pm +++ b/perl-install/partition_table.pm @@ -78,6 +78,7 @@ my %fs2type = reverse %type2fs; 1; +sub important_types { $_[0] and return sort values %types; @important_types } sub type2name($) { $types{$_[0]} || 'unknown' } sub type2fs($) { $type2fs{$_[0]} } sub name2type($) { $types_rev{$_[0]} } |