Merge "Added missing PHONE_STORAGE environment variable and symlink /emmc." into gingerbread

This commit is contained in:
atinm 2011-11-04 18:29:26 +03:00 committed by Gerrit Code Review
commit 815eaec4de
3 changed files with 6 additions and 0 deletions

View File

@ -17,6 +17,7 @@ loglevel 3
export ANDROID_DATA /data
export DOWNLOAD_CACHE /cache/download
export EXTERNAL_STORAGE /mnt/sdcard
export PHONE_STORAGE /mnt/emmc
export ASEC_MOUNTPOINT /mnt/asec
export LOOP_MOUNTPOINT /mnt/obb
export SD_EXT_DIRECTORY /sd-ext
@ -42,6 +43,7 @@ loglevel 3
# Backwards Compat - XXX: Going away in G*
symlink /mnt/sdcard /sdcard
symlink /mnt/emmc /emmc
mkdir /system
mkdir /data 0771 system system

3
lpm.rc
View File

@ -8,11 +8,14 @@ on init
export ANDROID_ROOT /system
export ANDROID_DATA /data
export EXTERNAL_STORAGE /mnt/sdcard
export PHONE_STORAGE /mnt/emmc
symlink /system/etc /etc
mkdir /mnt 0775 root system
mkdir /mnt/sdcard 0000 system system
mkdir /mnt/emmc 0000 system system
symlink /mnt/sdcard /sdcard
symlink /mnt/emmc /emmc
mkdir /preload
mkdir /system

View File

@ -6,6 +6,7 @@ on init
export ANDROID_ROOT /system
export ANDROID_DATA /data
export EXTERNAL_STORAGE /sdcard
export PHONE_STORAGE /emmc
symlink /system/etc /etc