Merge lp:~milo/linaro-image-tools/disable-automount into lp:linaro-image-tools/11.11
Proposed by
Milo Casagrande
Status: | Merged |
---|---|
Approved by: | James Tunnicliffe |
Approved revision: | 616 |
Merged at revision: | 616 |
Proposed branch: | lp:~milo/linaro-image-tools/disable-automount |
Merge into: | lp:linaro-image-tools/11.11 |
Diff against target: |
108 lines (+57/-1) 3 files modified
linaro-android-media-create (+7/-1) linaro-media-create (+7/-0) linaro_image_tools/utils.py (+43/-0) |
To merge this branch: | bzr merge lp:~milo/linaro-image-tools/disable-automount |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
James Tunnicliffe | Pending | ||
Review via email:
|
Commit message
Disable automount, and enable it at exit.
Description of the change
As said on bug 1034853, this branch adds dconf calls in order to disable
and re-enable back automount options.
Before running the commands, a check is performed for the dconf command to
be installed.
To post a comment you must log in.
Looks good.
Unfortunate that we have so many PEP8 problems under the version shipping with Ubuntu 12.10. Will submit a patch.