From ca30120cd8d69cb7424bb1f37047fdbaf64a3a4c Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 28 Aug 2002 22:56:04 +0000 Subject: use add2hash_ for setting "username=%" otherwise it causes havoc in auto_install's manualFstab --- 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 c49634a21..b16f5ed8b 100644 --- a/perl-install/fs.pm +++ b/perl-install/fs.pm @@ -447,7 +447,7 @@ sub set_default_options { }); } if (isThisFs('smbfs', $part)) { - put_in_hash($options, { 'username=' => '%' }); + add2hash_($options, { 'username=' => '%' }); } if (isFat($part) || $is_auto) { -- cgit v1.2.1