diff options
Diffstat (limited to 'init.herring.rc')
-rwxr-xr-x | init.herring.rc | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/init.herring.rc b/init.herring.rc index 40d7b3a..13a6b2e 100755 --- a/init.herring.rc +++ b/init.herring.rc @@ -40,9 +40,11 @@ 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 nomblk_io_submit - export EXTERNAL_STORAGE /mnt/sdcard - mkdir /mnt/sdcard 0000 system system - symlink /mnt/sdcard /sdcard + export EXTERNAL_STORAGE /storage/sdcard0 + mkdir /storage 0550 system sdcard_r + mkdir /storage/sdcard0 0000 system system + symlink /storage/sdcard0 /sdcard + symlink /storage/sdcard0 /mnt/sdcard # permissions for bluetooth. chown bluetooth bluetooth /efs/bluetooth |