Merge lp:~cjohnston/utah/writable-image into lp:utah

Proposed by Chris Johnston
Status: Merged
Merged at revision: 1002
Proposed branch: lp:~cjohnston/utah/writable-image
Merge into: lp:utah
Diff against target: 10 lines (+1/-1)
1 file modified
examples/run_utah_phablet.py (+1/-1)
To merge this branch: bzr merge lp:~cjohnston/utah/writable-image
Reviewer Review Type Date Requested Status
Paul Larson Approve
Review via email: mp+183004@code.launchpad.net

Commit message

Switch to using /userdata/.writable_image instead of /userdata/.developer_mode for system images.

Description of the change

The system images were changed to use .writable_image instead of .developer_mode (.developer_mode is supposed to work for now atleast) so we need to change to use .writable_image

To post a comment you must log in.
Revision history for this message
Paul Larson (pwlars) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'examples/run_utah_phablet.py'
2--- examples/run_utah_phablet.py 2013-08-27 16:29:26 +0000
3+++ examples/run_utah_phablet.py 2013-08-29 19:51:14 +0000
4@@ -109,7 +109,7 @@
5 except touch.ADBShellError:
6 # the device is mounted r/o, put into developer mode
7 print("= moving device into developer mode...")
8- device.run_ubuntu('touch /userdata/.developer_mode')
9+ device.run_ubuntu('touch /userdata/.writable_image')
10 device.reboot_and_wait()
11
12

Subscribers

People subscribed via source and target branches