summaryrefslogtreecommitdiffstats
path: root/init.herring.rc
diff options
context:
space:
mode:
authorMike Lockwood <lockwood@android.com>2011-03-17 15:17:49 -0400
committerMike Lockwood <lockwood@android.com>2011-03-17 15:17:49 -0400
commitc71a75c6dfaf6bac3fbaf6215f0efb4e0c477e7f (patch)
treedd9ad071ecaf105cdbf241101fa8537da0acc98f /init.herring.rc
parent30a588f083af0da1dd7136e90337114c403f7b06 (diff)
downloaddevice_samsung_crespo-c71a75c6dfaf6bac3fbaf6215f0efb4e0c477e7f.zip
device_samsung_crespo-c71a75c6dfaf6bac3fbaf6215f0efb4e0c477e7f.tar.gz
device_samsung_crespo-c71a75c6dfaf6bac3fbaf6215f0efb4e0c477e7f.tar.bz2
init.herring.rc: Setup mount point for FAT partition
Change-Id: I19ca20b1fb1fdedfe4b7a3e2c64aff8e09cab32c Signed-off-by: Mike Lockwood <lockwood@android.com>
Diffstat (limited to 'init.herring.rc')
-rwxr-xr-xinit.herring.rc4
1 files changed, 4 insertions, 0 deletions
diff --git a/init.herring.rc b/init.herring.rc
index a3af933..dfaa25f 100755
--- a/init.herring.rc
+++ b/init.herring.rc
@@ -37,6 +37,10 @@ on fs
mount ext4 /dev/block/platform/s3c-sdhci.0/by-name/system /system wait ro
mount ext4 /dev/block/platform/s3c-sdhci.0/by-name/userdata /data wait noatime nosuid nodev
+ export EXTERNAL_STORAGE /mnt/sdcard
+ mkdir /mnt/sdcard 0000 system system
+ symlink /mnt/sdcard /sdcard
+
# permissions for bluetooth.
chown bluetooth bluetooth /efs/bluetooth
chown bluetooth bluetooth ro.bt.bdaddr_path