~sergiusens/ubuntu/saucy/lxc-android-config/sync-bridge-and-android

« back to all changes in this revision

Viewing changes to var/lib/lxc/android/pre-start.d/11-no-media-service

  • Committer: Package Import Robot
  • Author(s): Ricardo Salveti de Araujo
  • Date: 2013-08-28 16:41:00 UTC
  • Revision ID: package-import@ubuntu.com-20130828164100-ll2wfjv8ztkwqb21
Tags: 0.86
Removing 11-no-media-service as the media service was changed in the
android side to only provide the camera service. For it to work properly,
the user also needs to update the Android image (can't use package
dependencies at this point as the android package is not yet used)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh
2
 
 
3
 
# Disable media service
4
 
sed -i '/^service media*/a \    disabled' $LXC_ROOTFS_PATH/init.rc