summaryrefslogtreecommitdiffstats
path: root/init.tuna.rc
diff options
context:
space:
mode:
authorDavid Thompson <david.w.thompson.321@gmail.com>2012-05-28 22:24:28 +0100
committerBrint E. Kriebel <bkriebel@vmware.com>2012-07-11 12:00:39 -0600
commit024c51d28614e49ff8b234e56b8d15c113e4d0ad (patch)
tree9023530bba1c0d305796d5765953fb1e0de6fbae /init.tuna.rc
parent0dc8102090a72b5c8ceecc8fb8aa9253e0f39053 (diff)
downloaddevice_samsung_tuna-024c51d28614e49ff8b234e56b8d15c113e4d0ad.zip
device_samsung_tuna-024c51d28614e49ff8b234e56b8d15c113e4d0ad.tar.gz
device_samsung_tuna-024c51d28614e49ff8b234e56b8d15c113e4d0ad.tar.bz2
tuna: Automatically mount USB storage and show unmount button and storage usage in settings
mount point is /mnt/usbdisk Change-Id: I636aa2f3f45be3d3ed2a120c90d67b13b467c2c9
Diffstat (limited to 'init.tuna.rc')
-rwxr-xr-xinit.tuna.rc1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.tuna.rc b/init.tuna.rc
index 4823599..d8b5e62 100755
--- a/init.tuna.rc
+++ b/init.tuna.rc
@@ -7,6 +7,7 @@ on early-init
# for backwards compatibility
symlink /storage/sdcard0 /sdcard
symlink /storage/sdcard0 /mnt/sdcard
+ mkdir /mnt/usbdisk 0755 system system
on post-fs-data
# we will remap this as /storage/sdcard0 with the sdcard fuse tool