5ef160ca75
While Huawei driver mounting CIFS filesystem, the username parameter key passed to the mount command is by the form of "user=***", which's compatible as "username=***" in Ubuntu. However, for some other systems, such as Redhat, it is not valid. This patch changes it to the more compatible form "username=***". Change-Id: Ifa2ca7bcdceef2d47e2841a27ddf51d86f1ef63c Closes-Bug: #1740816
6 lines
146 B
YAML
6 lines
146 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Change the CIFS mounting parameter of Huawei driver from form "user=" to
|
|
"username=", which is compatible in various OS.
|