From 741125d9f35f342d2550b14fb8a5719d8a772324 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 29 Jan 2004 22:50:44 +0000 Subject: replace iocharset= with nls= for ntfs (as instructed by Thomas Backlund, thanks) --- perl-install/fs.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/fs.pm b/perl-install/fs.pm index 6f4098211..4692e3ead 100644 --- a/perl-install/fs.pm +++ b/perl-install/fs.pm @@ -478,7 +478,7 @@ sub set_default_options { }); } if (isThisFs('ntfs', $part)) { - put_in_hash($options, { ro => 1, 'umask=0' => $opts{security} < 3, 'iocharset=' => $opts{iocharset} }); + put_in_hash($options, { ro => 1, 'umask=0' => $opts{security} < 3, 'nls=' => $opts{iocharset} }); } if (member('iso9660', split(':', $part->{type})) || isThisFs('auto', $part)) { put_in_hash($options, { user => 1, noexec => 0, 'iocharset=' => $opts{iocharset} }); -- cgit v1.2.1