b76934770b
The /etc/mtab file may have mount information such as 'nfsd' that if copied to /etc/fstab will cause the share server to hang when rebooted. Update /etc/fstab with exactly the newly mounted or unmounted shares rather than simply overwriting /etc/fstab with /etc/mtab. Change-Id: I67602bae1f928769d768008deca7bd0f2fef1ac2 Close-Bug: #1639662
7 lines
226 B
YAML
7 lines
226 B
YAML
---
|
|
fixes:
|
|
- Changed sync mount permanently logic in the Generic
|
|
driver to select the newly mounted share from /etc/mtab
|
|
and insert it into /etc/fstab. Added corresponding
|
|
remove mount permanently functionality.
|