diff options
Diffstat (limited to 'perl-install/fs.pm')
-rw-r--r-- | perl-install/fs.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/fs.pm b/perl-install/fs.pm index ab345cf56..ada108b17 100644 --- a/perl-install/fs.pm +++ b/perl-install/fs.pm @@ -441,6 +441,9 @@ sub set_default_options { nosuid => 1, 'rsize=8192,wsize=8192' => 1, soft => 1, }); } + if (isThisFs('smbfs', $part)) { + put_in_hash($options, { 'username=' => '%' }); + } if (isFat($part) || $is_auto) { put_in_hash($options, { |