From 98fb2f5dc4eaf45cc1cd657cbf696588d25c0e43 Mon Sep 17 00:00:00 2001 From: Ken Sumrall Date: Thu, 1 Mar 2012 18:07:35 -0800 Subject: Use the filesystem mounter to mount and check filesystems fs_mgr reads /fstab. to determine what to mount and what to check, and removes the details from the init..rc file. Change-Id: Idf9f9ba737a4850dc15a926a74e74b9d7023693f --- init.tuna.rc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'init.tuna.rc') diff --git a/init.tuna.rc b/init.tuna.rc index 36d6bb9..1e0a87f 100755 --- a/init.tuna.rc +++ b/init.tuna.rc @@ -41,7 +41,6 @@ on post-fs-data on boot mount debugfs /sys/kernel/debug /sys/kernel/debug chmod 0666 /dev/pvrsrvkm - setprop ro.crypto.keyfile.userdata /dev/block/platform/omap/omap_hsmmc.0/by-name/metadata # autosuspend root hubs immediatly after attached devices write /sys/bus/usb/devices/usb1/power/autosuspend_delay_ms 0 @@ -49,11 +48,7 @@ on boot on fs 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 /factory wait ro + mount_all /fstab.tuna setprop ro.crypto.fuse_sdcard true # change permissions for mtd device -- cgit v1.1