summaryrefslogtreecommitdiffstats
path: root/init.tuna.rc
diff options
context:
space:
mode:
authorjh78.min <jh78.min@samsung.com>2011-09-16 14:02:41 +0900
committerKen Sumrall <ksumrall@android.com>2011-09-27 15:56:38 -0700
commit6743a0813e94afc66897622de92fe152b98d9b8f (patch)
tree77488b907c9980a6cbd5e340178f052e53afb3e0 /init.tuna.rc
parentb4302ff745a11775845cb7a63fbde02f30d13b40 (diff)
downloaddevice_samsung_tuna-6743a0813e94afc66897622de92fe152b98d9b8f.zip
device_samsung_tuna-6743a0813e94afc66897622de92fe152b98d9b8f.tar.gz
device_samsung_tuna-6743a0813e94afc66897622de92fe152b98d9b8f.tar.bz2
Tuna : rename "/efs" to "/factory"
All "efs" names in .rc will be changed to "factory" except bootloader side. Bootloader defines "/efs" as it is and it'll be mounted to "/factory". Change-Id: Ic9bbbf95bc34a0f08625634bfd04321e9e2a424a Signed-off-by: jh78.min <jh78.min@samsung.com>
Diffstat (limited to 'init.tuna.rc')
-rwxr-xr-xinit.tuna.rc12
1 files changed, 6 insertions, 6 deletions
diff --git a/init.tuna.rc b/init.tuna.rc
index 33564b2..bef4e5f 100755
--- a/init.tuna.rc
+++ b/init.tuna.rc
@@ -31,12 +31,12 @@ on boot
setprop ro.crypto.keyfile.userdata /dev/block/platform/omap/omap_hsmmc.0/by-name/metadata
on fs
- mkdir /efs 0775 radio radio
+ mkdir /factory 0775 radio radio
mount ext4 /dev/block/platform/omap/omap_hsmmc.0/by-name/system /system wait ro
setprop ro.crypto.tmpfs_options size=128m,mode=0771,uid=1000,gid=1000
mount ext4 /dev/block/platform/omap/omap_hsmmc.0/by-name/userdata /data wait noatime nosuid nodev nomblk_io_submit,errors=panic
mount ext4 /dev/block/platform/omap/omap_hsmmc.0/by-name/cache /cache wait noatime nosuid nodev nomblk_io_submit,errors=panic
- mount ext4 /dev/block/platform/omap/omap_hsmmc.0/by-name/efs /efs wait noatime nosuid nodev nomblk_io_submit,errors=panic
+ mount ext4 /dev/block/platform/omap/omap_hsmmc.0/by-name/efs /factory wait noatime nosuid nodev nomblk_io_submit,errors=panic
setprop ro.crypto.fuse_sdcard true
# change permissions for Tiler driver
@@ -46,9 +46,9 @@ on fs
# change permissions for ION driver
chmod 0777 /dev/ion
-# We chown/chmod /efs because mount is run as root + defaults
- chown radio radio /efs
- chmod 0775 /efs
+# We chown/chmod /factory because mount is run as root + defaults
+ chown radio radio /factory
+ chmod 0775 /factory
# nfc
setprop ro.nfc.port "COM4"
@@ -58,7 +58,7 @@ on fs
chown nfc nfc /sys/devices/platform/nfc-power/nfc_power
# permissions for bluetooth.
- setprop ro.bt.bdaddr_path "/efs/bluetooth/bt_addr"
+ setprop ro.bt.bdaddr_path "/factory/bluetooth/bt_addr"
chown bluetooth bluetooth ro.bt.bdaddr_path
chown bluetooth bluetooth /dev/ttyO1
chmod 0600 /dev/ttyO1