Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Snippets Groups Projects
Commit c7858a3d authored by Kenny Root's avatar Kenny Root
Browse files

Add directories for OBB mounting

Change-Id: Ib73e9bca50fb168ab5d147cc260666a770092961
parent 57dbb2cb
Branches
No related tags found
No related merge requests found
...@@ -16,6 +16,7 @@ loglevel 3 ...@@ -16,6 +16,7 @@ loglevel 3
export ANDROID_DATA /data export ANDROID_DATA /data
export EXTERNAL_STORAGE /mnt/sdcard export EXTERNAL_STORAGE /mnt/sdcard
export ASEC_MOUNTPOINT /mnt/asec export ASEC_MOUNTPOINT /mnt/asec
export LOOP_MOUNTPOINT /mnt/obb
export BOOTCLASSPATH /system/framework/core.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/android.policy.jar:/system/framework/services.jar export BOOTCLASSPATH /system/framework/core.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/android.policy.jar:/system/framework/services.jar
# Backward compatibility # Backward compatibility
...@@ -53,6 +54,10 @@ loglevel 3 ...@@ -53,6 +54,10 @@ loglevel 3
mkdir /mnt/asec 0700 root system mkdir /mnt/asec 0700 root system
mount tmpfs tmpfs /mnt/asec mode=0755,gid=1000 mount tmpfs tmpfs /mnt/asec mode=0755,gid=1000
# Filesystem image public mount points.
mkdir /mnt/obb 0700 root system
mount tmpfs tmpfs /mnt/obb mode=0755,gid=1000
mount rootfs rootfs / ro remount mount rootfs rootfs / ro remount
write /proc/sys/kernel/panic_on_oops 1 write /proc/sys/kernel/panic_on_oops 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment