diff options
Diffstat (limited to 'rootdir/init.ssd.rc')
| -rw-r--r-- | rootdir/init.ssd.rc | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/rootdir/init.ssd.rc b/rootdir/init.ssd.rc deleted file mode 100644 index ae081e1..0000000 --- a/rootdir/init.ssd.rc +++ /dev/null @@ -1,27 +0,0 @@ -# MTK project .rc configure - -on post-fs-data -# -# SHARED_SDCARD related directory & configuration (begin) -# - -# we will remap this as /mnt/sdcard with the sdcard fuse tool - mkdir /data/media 0770 media_rw media_rw - chown media_rw media_rw /data/media - -# -# SHARED_SDCARD related directory & configuration (end) -# - -on init - mount tmpfs tmpfs /storage/emulated mode=0755,uid=1023,gid=1023 - - # Support legacy paths - symlink /sdcard /mnt/sdcard - symlink /sdcard /storage/sdcard0 - -on post-fs - # mount shared so changes propagate into child namespaces - mount rootfs rootfs / shared rec - mount tmpfs tmpfs /mnt/secure private rec - |
