Skip to content

Commit

Permalink
Merge "Add directories for OBB mounting" into gingerbread
Browse files Browse the repository at this point in the history
  • Loading branch information
kruton authored and Android (Google) Code Review committed Jul 15, 2010
2 parents 25b15be + c7858a3 commit 38cb1b8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rootdir/init.rc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ loglevel 3
export ANDROID_DATA /data
export EXTERNAL_STORAGE /mnt/sdcard
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

# Backward compatibility
Expand Down Expand Up @@ -53,6 +54,10 @@ loglevel 3
mkdir /mnt/asec 0700 root system
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

write /proc/sys/kernel/panic_on_oops 1
Expand Down

0 comments on commit 38cb1b8

Please sign in to comment.