Merge lp:~pwlars/utah/phablet-bootstrap into lp:utah

Proposed by Paul Larson
Status: Merged
Merged at revision: 1004
Proposed branch: lp:~pwlars/utah/phablet-bootstrap
Merge into: lp:utah
Diff against target: 12 lines (+1/-1)
1 file modified
examples/run_utah_phablet.py (+1/-1)
To merge this branch: bzr merge lp:~pwlars/utah/phablet-bootstrap
Reviewer Review Type Date Requested Status
Andy Doan (community) Approve
Review via email: mp+183049@code.launchpad.net

Description of the change

From recent experience, I think bootstrap is the safer option

To post a comment you must log in.
Revision history for this message
Andy Doan (doanac) :
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-29 19:48:56 +0000
3+++ examples/run_utah_phablet.py 2013-08-29 22:21:21 +0000
4@@ -67,7 +67,7 @@
5 if args.device:
6 cmd.extend(['-d', args.device])
7 if not args.preserve and not args.ubuntu_bootstrap:
8- cmd.append('--wipe')
9+ cmd.append('--bootstrap')
10
11 print('= flashing device...')
12 subprocess.check_call(cmd)

Subscribers

People subscribed via source and target branches