diff options
author | Ken Sumrall <ksumrall@android.com> | 2012-03-01 18:07:35 -0800 |
---|---|---|
committer | Ken Sumrall <ksumrall@android.com> | 2012-05-01 13:15:20 -0700 |
commit | 98fb2f5dc4eaf45cc1cd657cbf696588d25c0e43 (patch) | |
tree | 32c15946504eeaa19bd73efc43954a05c741d7d0 /init.tuna.rc | |
parent | 4e7a573f67441f9e19098d092a728f8f3784fa57 (diff) | |
download | device_samsung_tuna-98fb2f5dc4eaf45cc1cd657cbf696588d25c0e43.tar.gz device_samsung_tuna-98fb2f5dc4eaf45cc1cd657cbf696588d25c0e43.tar.bz2 device_samsung_tuna-98fb2f5dc4eaf45cc1cd657cbf696588d25c0e43.zip |
Use the filesystem mounter to mount and check filesystems
fs_mgr reads /fstab.<device> to determine what to mount and what to
check, and removes the details from the init.<device>.rc file.
Change-Id: Idf9f9ba737a4850dc15a926a74e74b9d7023693f
Diffstat (limited to 'init.tuna.rc')
-rwxr-xr-x | init.tuna.rc | 7 |
1 files changed, 1 insertions, 6 deletions
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 |