From de1e6ee187af88f9855c832a139bf18b57d91472 Mon Sep 17 00:00:00 2001 From: Benoit Goby Date: Wed, 2 Nov 2011 17:47:16 -0700 Subject: tuna: don't use setup_fs on efs partition The efs partition is now read-only and does not need to be formatted Change-Id: I50332a76c24bbb2df61152e3a73598ec9133ffbc --- init.tuna.rc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'init.tuna.rc') diff --git a/init.tuna.rc b/init.tuna.rc index bb8e254..0b0a5bb 100755 --- a/init.tuna.rc +++ b/init.tuna.rc @@ -146,8 +146,7 @@ service pvrsrvinit /vendor/bin/pvrsrvinit # create filesystems if necessary service setup_fs /system/bin/setup_fs \ /dev/block/platform/omap/omap_hsmmc.0/by-name/cache \ - /dev/block/platform/omap/omap_hsmmc.0/by-name/userdata \ - /dev/block/platform/omap/omap_hsmmc.0/by-name/efs + /dev/block/platform/omap/omap_hsmmc.0/by-name/userdata class core user root group root -- cgit v1.1