summaryrefslogtreecommitdiffstats
path: root/init.tuna.rc
diff options
context:
space:
mode:
authorDavid Thompson <david.w.thompson.321@gmail.com>2012-07-26 09:02:06 +0100
committerDavid Thompson <david.w.thompson.321@gmail.com>2012-07-26 09:10:19 +0100
commit028c2adbee8ad1a68eb3c29b55d49b7349dcd2db (patch)
treea4fbeb9ac5935692ddf5b4208f5bb3e2237ac01b /init.tuna.rc
parent221e4b718a26a16c16e9beea6e2fbb13f378ae29 (diff)
downloaddevice_samsung_tuna-028c2adbee8ad1a68eb3c29b55d49b7349dcd2db.zip
device_samsung_tuna-028c2adbee8ad1a68eb3c29b55d49b7349dcd2db.tar.gz
device_samsung_tuna-028c2adbee8ad1a68eb3c29b55d49b7349dcd2db.tar.bz2
tuna: change USB OTG mount point to new convention
Also add symlink for backwards compatibility Change-Id: I2324a2a4e9bb72189a3e03422cec4666a0bd86d8
Diffstat (limited to 'init.tuna.rc')
-rwxr-xr-xinit.tuna.rc3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.tuna.rc b/init.tuna.rc
index d8b5e62..fcaceda 100755
--- a/init.tuna.rc
+++ b/init.tuna.rc
@@ -4,10 +4,11 @@ on early-init
export EXTERNAL_STORAGE /storage/sdcard0
mkdir /storage 0050 system sdcard_r
mkdir /storage/sdcard0 0000 system system
+ mkdir /storage/usbdisk 0755 system system
# for backwards compatibility
symlink /storage/sdcard0 /sdcard
symlink /storage/sdcard0 /mnt/sdcard
- mkdir /mnt/usbdisk 0755 system system
+ symlink /storage/usbdisk /mnt/usbdisk
on post-fs-data
# we will remap this as /storage/sdcard0 with the sdcard fuse tool