diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/fs/type.pm | 4 |
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', |