From 1fbad3fcf6b6149d30218c34b3aa2a1650585574 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 24 Sep 2001 12:11:09 +0000 Subject: add "iocharset=" for cdrom --- 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 8fb7d4896..7e68dd80e 100644 --- a/perl-install/fs.pm +++ b/perl-install/fs.pm @@ -360,7 +360,7 @@ sub set_default_options { put_in_hash($options, { 'iocharset=' => $iocharset }); } if (isThisFs('iso9660', $part) || $is_auto) { - put_in_hash($options, { user => 1, noexec => 0, }); + put_in_hash($options, { user => 1, noexec => 0, 'iocharset=' => $iocharset }); } if (isThisFs('reiserfs', $part)) { $options->{notail} = 1; -- cgit v1.2.1