From: Martin Pitt <martin.pitt@ubuntu.com>
Date: Tue, 1 Jul 2014 10:24:09 +0000 (+0200)
Subject: phablet-install: move to ubuntu-device-flash
X-Git-Url: https://piware.de/gitweb/?a=commitdiff_plain;h=a675c70069b6ea2634344cb8cc616dcc0fda4822;p=bin.git

phablet-install: move to ubuntu-device-flash
---

diff --git a/phablet-install b/phablet-install
index 6d36077..8ff6695 100755
--- a/phablet-install
+++ b/phablet-install
@@ -6,7 +6,7 @@ MYNAME=$(getent passwd `whoami` | cut -f5 -d: | cut -f1 -d,)
 MYMAIL=${DEBMEMAIL:-$EMAIL}
 
 # flash the latest image
-phablet-flash ubuntu-system --no-backup --channel $CHANNEL
+ubuntu-device-flash --channel devel-proposed
 
 # make image writable
 adb shell "touch /userdata/.writable_image"