summaryrefslogtreecommitdiffstats
path: root/perl-install/fs/type.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-08-01 08:42:58 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-08-01 08:42:58 +0000
commitc2cd74265b217f604511a95ee8c585b79aeef670 (patch)
tree67b1a789cef29d6bd86e49f6c491ea491cfc5638 /perl-install/fs/type.pm
parent7b0af919d14c296a72001bdaac1581e979b8d401 (diff)
downloaddrakx-backup-do-not-use-c2cd74265b217f604511a95ee8c585b79aeef670.tar
drakx-backup-do-not-use-c2cd74265b217f604511a95ee8c585b79aeef670.tar.gz
drakx-backup-do-not-use-c2cd74265b217f604511a95ee8c585b79aeef670.tar.bz2
drakx-backup-do-not-use-c2cd74265b217f604511a95ee8c585b79aeef670.tar.xz
drakx-backup-do-not-use-c2cd74265b217f604511a95ee8c585b79aeef670.zip
make it more explicit the difference between the 2 "NTFS volume set" entries
(#27867)
Diffstat (limited to 'perl-install/fs/type.pm')
-rw-r--r--perl-install/fs/type.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/fs/type.pm b/perl-install/fs/type.pm
index 3cf99f307..2abb61918 100644
--- a/perl-install/fs/type.pm
+++ b/perl-install/fs/type.pm
@@ -128,8 +128,8 @@ if_(arch() !~ /ppc/,
0x83 => 'reiser4', 'Journalised FS: Reiser4',
),
0x84 => '', 'OS/2 hidden C: drive',
- 0x86 => '', 'NTFS volume set',
- 0x87 => '', 'NTFS volume set ',
+ 0x86 => '', 'NTFS volume set (0x86)',
+ 0x87 => '', 'NTFS volume set (0x87)',
0x93 => '', 'Amoeba',
0x94 => '', 'Amoeba BBT',
0x9f => '', 'BSD/OS',