diff options
| author | C-Aniruddh <aniruddh.chandratre@gmail.com> | 2015-11-13 07:27:05 -0500 |
|---|---|---|
| committer | Ethan Chen <intervigil@gmail.com> | 2015-11-13 10:35:35 -0800 |
| commit | 49eecc49ea1e5e15273d046dab424ea5900b842a (patch) | |
| tree | f9a9d4a5b819c505039c6ae419e4e8221a0cc544 | |
| parent | d515dab089c2c5987d6036d5af28cbb7e3627729 (diff) | |
msm8916-common: fix sdcard symlink path
Change-Id: I9dbd397ed0e43bdd8e6319e78e2ccde6e8564a86
Signed-off-by: C-Aniruddh <aniruddh.chandratre@gmail.com>
| -rw-r--r-- | rootdir/etc/init.qcom.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 23ee7d2..f226735 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -39,7 +39,7 @@ on init # Set permissions for persist partition mkdir /persist 0771 system system - symlink /sdcard /mnt/sdcard0 + symlink /sdcard /mnt/sdcard symlink /sdcard /storage/sdcard0 on fs |
