diff options
| author | Ricardo Cerqueira <cyanogenmod@cerqueira.org> | 2013-12-11 23:51:38 +0000 |
|---|---|---|
| committer | Ricardo Cerqueira <cyanogenmod@cerqueira.org> | 2013-12-11 23:51:38 +0000 |
| commit | a391f1b733f5f3d782a8549d6b0b4ddd00ebe717 (patch) | |
| tree | c4528a28f410e859f2885996a7cc87a513ea64b6 | |
| parent | f73eb9a6637440d74e2b6fddda28a47c4a0b92ff (diff) | |
Add SECONDARY_STORAGE env variable
| -rwxr-xr-x | init.awifi.rc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/init.awifi.rc b/init.awifi.rc index ad3fe46..764a41a 100755 --- a/init.awifi.rc +++ b/init.awifi.rc @@ -385,6 +385,7 @@ on init export EXTERNAL_STORAGE /storage/emulated/legacy export EMULATED_STORAGE_SOURCE /mnt/shell/emulated export EMULATED_STORAGE_TARGET /storage/emulated + export SECONDARY_STORAGE /storage/sdcard1:/storage/usb # Support legacy paths #2013.03.13 add symlink for Docomo PlayReady DRM[START] @@ -393,7 +394,7 @@ on init symlink /storage/emulated/legacy /sdcard symlink /storage/emulated/legacy /mnt/sdcard symlink /storage/emulated/legacy /storage/sdcard0 - symlink /storage/sdcard0 /storage/external_SD + symlink /storage/sdcard1 /storage/external_SD on early-boot # set RLIMIT_MEMLOCK to 64MB |
