From c2cd74265b217f604511a95ee8c585b79aeef670 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 1 Aug 2007 08:42:58 +0000 Subject: make it more explicit the difference between the 2 "NTFS volume set" entries (#27867) --- perl-install/fs/type.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/fs') 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', -- cgit v1.2.1