summaryrefslogtreecommitdiffstats
path: root/init.tuna.rc
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2011-05-27 17:43:11 -0700
committerColin Cross <ccross@android.com>2011-05-27 17:47:56 -0700
commit0492dab7332614e23b2d5d9d6867364e958fce5b (patch)
treeab9d15c8217b8d25d0fe5ab08590169454284e3a /init.tuna.rc
parent5efa9604641e9caa07e3d37cf7a5c171ab982618 (diff)
downloaddevice_samsung_tuna-0492dab7332614e23b2d5d9d6867364e958fce5b.zip
device_samsung_tuna-0492dab7332614e23b2d5d9d6867364e958fce5b.tar.gz
device_samsung_tuna-0492dab7332614e23b2d5d9d6867364e958fce5b.tar.bz2
Modify emmc mount location to work on LTE lunchbox and later devices
This will break booting on HSPA lunchboxes and pre-lunchboxes Change-Id: I106ec308bd30e23fb2cbf70238f9d117b08e050f
Diffstat (limited to 'init.tuna.rc')
-rw-r--r--init.tuna.rc6
1 files changed, 3 insertions, 3 deletions
diff --git a/init.tuna.rc b/init.tuna.rc
index 7534180..3e1ebda 100644
--- a/init.tuna.rc
+++ b/init.tuna.rc
@@ -14,9 +14,9 @@ on boot
chmod 0666 /dev/pvrsrvkm
on fs
- mount ext4 /dev/block/platform/omap/omap_hsmmc.1/by-name/system /system wait ro
- mount ext4 /dev/block/platform/omap/omap_hsmmc.1/by-name/userdata /data wait noatime nosuid nodev
- mount ext4 /dev/block/platform/omap/omap_hsmmc.1/by-name/cache /cache wait noatime nosuid nodev
+ mount ext4 /dev/block/platform/omap/omap_hsmmc.0/by-name/system /system wait ro
+ mount ext4 /dev/block/platform/omap/omap_hsmmc.0/by-name/userdata /data wait noatime nosuid nodev
+ mount ext4 /dev/block/platform/omap/omap_hsmmc.0/by-name/cache /cache wait noatime nosuid nodev
# take a wakelock on boot until PM is working
write /sys/power/wake_lock hack