From 028c2adbee8ad1a68eb3c29b55d49b7349dcd2db Mon Sep 17 00:00:00 2001 From: David Thompson Date: Thu, 26 Jul 2012 09:02:06 +0100 Subject: tuna: change USB OTG mount point to new convention Also add symlink for backwards compatibility Change-Id: I2324a2a4e9bb72189a3e03422cec4666a0bd86d8 --- init.tuna.rc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'init.tuna.rc') 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 -- cgit v1.1