aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorBrint E. Kriebel <github@bekit.net>2010-12-11 20:52:06 -0700
committerKoushik Dutta <koushd@gmail.com>2010-12-13 23:57:20 -0800
commitd352233ab60a37ccc4f8c4247a6eabbe0c94fb4b (patch)
treeaff31a61189f273d82f1a30ed9efb85587087334 /etc
parent16c0ace22b10bf076341d18349cde1af6447755f (diff)
downloadbootable_recovery-d352233ab60a37ccc4f8c4247a6eabbe0c94fb4b.zip
bootable_recovery-d352233ab60a37ccc4f8c4247a6eabbe0c94fb4b.tar.gz
bootable_recovery-d352233ab60a37ccc4f8c4247a6eabbe0c94fb4b.tar.bz2
Added options for an internal SD card to be handled by recovery.
Exable uses in BoardConfig.mk: BOARD_HAS_SDCARD_INTERNAL := true BOARD_SDCARD_DEVICE_INTERNAL := /dev/block/mmcblk3p1 Setting BOARD_SDCARD_DEVICE_SECONDARY to the same value as BOARD_SDCARD_DEVICE_INTERNAL will allow the device to "fall back" to the internal SD card for other actions. Change-Id: I2cf8ab4b1d385ac714f5b7416b915d059033d94b
Diffstat (limited to 'etc')
-rw-r--r--etc/init.rc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/init.rc b/etc/init.rc
index d9e86d7..56c6542 100644
--- a/etc/init.rc
+++ b/etc/init.rc
@@ -8,6 +8,7 @@ on init
symlink /system/etc /etc
mkdir /sdcard
+ mkdir /emmc
mkdir /system
mkdir /data
mkdir /cache