~cjwatson/ubuntu-test-cases/python3

« back to all changes in this revision

Viewing changes to scripts/provision.sh

  • Committer: Paul Larson
  • Date: 2013-12-05 18:14:27 UTC
  • Revision ID: paul.larson@canonical.com-20131205181427-30qenqsekott5d4a
According to ogra, this is no longer needed, and could have even caused some problems after a recent change.  At the very least, it's dead code after a change that's landing in the next image

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
 
114
114
phablet-config edges-intro --disable
115
115
 
116
 
# Disable MTP - known to cause problems with adb disconnections
117
 
adb shell "echo manual > /etc/init/mtp-server-bootup.override"
118
 
 
119
116
# get our target-based utilities into our PATH
120
117
adb push ${BASEDIR}/../utils/target /home/phablet/bin
121
118