summaryrefslogtreecommitdiffstats
path: root/perl-install/fs.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-09-09 11:02:08 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-09-09 11:02:08 +0000
commit78382f9f2a2ffaa94ec6fc282b7451bbb58d1a54 (patch)
tree0460664f0ae6492e09e3f34a177a96806b3c9445 /perl-install/fs.pm
parent83ffacb9b029344f14f7d92dc00e8bfed331faea (diff)
downloaddrakx-backup-do-not-use-78382f9f2a2ffaa94ec6fc282b7451bbb58d1a54.tar
drakx-backup-do-not-use-78382f9f2a2ffaa94ec6fc282b7451bbb58d1a54.tar.gz
drakx-backup-do-not-use-78382f9f2a2ffaa94ec6fc282b7451bbb58d1a54.tar.bz2
drakx-backup-do-not-use-78382f9f2a2ffaa94ec6fc282b7451bbb58d1a54.tar.xz
drakx-backup-do-not-use-78382f9f2a2ffaa94ec6fc282b7451bbb58d1a54.zip
(set_default_options): remove iocharset=... for nfs (why was it there?)
Diffstat (limited to 'perl-install/fs.pm')
-rw-r--r--perl-install/fs.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/fs.pm b/perl-install/fs.pm
index 35261956f..53123b1c4 100644
--- a/perl-install/fs.pm
+++ b/perl-install/fs.pm
@@ -332,7 +332,6 @@ sub set_default_options {
if (isNfs($part)) {
put_in_hash($options, {
nosuid => 1, 'rsize=8192,wsize=8192' => 1,
- 'iocharset=' => $iocharset,
});
}
if (isFat($part) || $is_auto) {