From 0492dab7332614e23b2d5d9d6867364e958fce5b Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Fri, 27 May 2011 17:43:11 -0700 Subject: 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 --- init.tuna.rc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'init.tuna.rc') 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 -- cgit v1.1